X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6500719d9cd1b9bb7cf1cff5051c6396886b4537..144576660f3677e6bd25a45c196e164821f84288:/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides diff --git a/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides b/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides index e3a3217ff..2bd9b46fc 100644 --- a/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides +++ b/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides @@ -49,9 +49,9 @@ NVRAM_lan_proto="static" # failsafe if reset is held [ "$FAILSAFE" = "true" ] && { - echo "### FAILSAFE MODE ####" + echo "### YOU ARE IN FAILSAFE MODE ####" 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_netmask="255.255.255.0" NVRAM_lan_hwaddr="00:0B:AD:0A:DD:00"