mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
include all interfaces in failsafe mode
SVN-Revision: 158
This commit is contained in:
parent
9dbd2c3627
commit
87b9973a79
@ -51,7 +51,7 @@ NVRAM_lan_proto="static"
|
|||||||
[ "$FAILSAFE" = "true" ] && {
|
[ "$FAILSAFE" = "true" ] && {
|
||||||
echo "### YOU ARE IN FAILSAFE MODE ####"
|
echo "### YOU ARE IN FAILSAFE MODE ####"
|
||||||
NVRAM_lan_ifname="br0"
|
NVRAM_lan_ifname="br0"
|
||||||
NVRAM_lan_ifnames="vlan0 vlan2 eth1 eth2 eth3"
|
NVRAM_lan_ifnames="vlan0 vlan1 vlan2 eth0 eth1 eth2 eth3"
|
||||||
NVRAM_lan_ipaddr="192.168.1.1"
|
NVRAM_lan_ipaddr="192.168.1.1"
|
||||||
NVRAM_lan_netmask="255.255.255.0"
|
NVRAM_lan_netmask="255.255.255.0"
|
||||||
NVRAM_lan_hwaddr="00:0B:AD:0A:DD:00"
|
NVRAM_lan_hwaddr="00:0B:AD:0A:DD:00"
|
||||||
|
Loading…
Reference in New Issue
Block a user