atheros: fix failsafe mode
SVN-Revision: 17471
This commit is contained in:
parent
6155fdf5d3
commit
f8fbef73e7
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@ grep 'Atheros AR231[567]' /proc/cpuinfo > /dev/null && {
|
||||||
fi
|
fi
|
||||||
failsafe_ip
|
failsafe_ip
|
||||||
netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
|
netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
|
||||||
ifconfig "$ifname" 0.0.0.0 down
|
|
||||||
sleep 2
|
sleep 2
|
||||||
if [ -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" -o \
|
if [ -z "$FAILSAFE" -a \
|
||||||
-e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then
|
\( -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" -o \
|
||||||
|
-e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" \) ]; then
|
||||||
vconfig rem eth0.1
|
vconfig rem eth0.1
|
||||||
ifconfig eth0 down
|
ifconfig eth0 down
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue