diff -ru 0.7.1.5/etc/hosts 0.7.2.1/etc/hosts --- 0.7.1.5/etc/hosts 2006-09-01 00:32:14.000000000 +0900 +++ 0.7.2.1/etc/hosts 2007-08-31 17:55:08.000000000 +0900 @@ -1 +1,3 @@ -127.0.0.1 localhost OpenWrt +127.0.0.1 localhost OpenWrt +192.168.10.1 registerlafonera.fon.com www.registerlafonera.fon.com +192.0.2.22 webmail22b.orange.fr compte.orange.fr smsmms2.orange.fr r.orange.fr contacts.orange.fr diff -ru 0.7.1.5/sbin/ifup 0.7.2.1/sbin/ifup --- 0.7.1.5/sbin/ifup 2006-09-12 19:06:38.000000000 +0900 +++ 0.7.2.1/sbin/ifup 2007-09-06 02:53:59.000000000 +0900 @@ -128,6 +128,7 @@ iwconfig ath0 essid "FON_${ssid:-AP}" ifconfig eth0 up ifconfig ath0 up + iwpriv ath0 ap_bridge 0 } setup_lan_wifi() { @@ -244,10 +245,7 @@ setup_interface wan eth0 config_get mode wan mode rm -f /etc/resolv.conf - case "$mode" in - static) ln -s /tmp/resolv.conf /etc/resolv.conf;; - *) ln -s /etc/resolv.conf.fon /etc/resolv.conf;; - esac + ln -s /tmp/resolv.conf /etc/resolv.conf ;; hotspot) ifdown hotspot