fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 6 Apr 2010 22:46:15 +0000 (22:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 6 Apr 2010 22:46:15 +0000 (22:46 +0000)
SVN-Revision: 20733

target/linux/atheros/base-files/lib/preinit/15_preinit_iface_atheros

index 9807365c2a3215cb74ecfa63c4e09bc59686c063..434103e172fa5d5491278e6088bd7f391d7aa0ca 100644 (file)
@@ -29,5 +29,7 @@ preinit_ip_deconfig() {
                -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then
                vconfig rem eth0.1 2>/dev/null
                ifconfig $pi_ifname down
+       elif [ -n "$pi_ifname" ]; then
+               ifconfig $pi_ifname 0.0.0.0
        fi
 }