fix wan configuration on wr850g v2/v3
[openwrt.git] / target / linux / brcm-2.4 / base-files / default / etc / preinit.arch
index ec171c3..43df591 100755 (executable)
@@ -1,9 +1,5 @@
 . /etc/functions.sh
 
-failsafe_ip() {
-       ifconfig $ifname 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 up
-}
-
 failsafe() {
        lock /tmp/.failsafe
        failsafe_ip
@@ -28,7 +24,6 @@ mount none /proc -t proc
 
 insmod diag
 set_state preinit
-trap 'FAILSAFE=true' USR1
 echo '/sbin/hotplug.failsafe' > /proc/sys/kernel/hotplug
 
 ifname=eth0
This page took 0.024904 seconds and 4 git commands to generate.