tts/0 is the correct devicename for serial connection
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / etc / nvram.overrides
index e3a3217..acbba30 100644 (file)
@@ -16,6 +16,7 @@ NVRAM_lan_proto="static"
   debug "### wrt54g 1.x hack ###"
   NVRAM_vlan1hwname="et0"
   NVRAM_vlan2hwname="et0"
+  FAILSAFE_ifnames="vlan1 vlan2 eth2"
 
   remap () {
     eval NVRAM_$1=\"$(nvram get $1 | awk 'gsub("eth0","vlan2") gsub("eth1","vlan1")')\"
@@ -23,8 +24,8 @@ NVRAM_lan_proto="static"
 
   for type in lan wifi wan pppoe
   do
-  remap ${type}_ifname
-  remap ${type}_ifnames
+    remap ${type}_ifname
+    remap ${type}_ifnames
   done
 }
 
@@ -33,6 +34,7 @@ NVRAM_lan_proto="static"
 [ "$(nvram get boardnum)"  = "1024" ] && {
   debug "### wap54g hack ###"
   NVRAM_wan_ifname="none"
+  FAILSAFE_ifnames="eth0 eth1"
 }
 
 # defaults if lan_ifname is missing
@@ -49,9 +51,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=${FAILSAFE_ifnames:-"vlan0 vlan1 eth1"}
   NVRAM_lan_ipaddr="192.168.1.1"
   NVRAM_lan_netmask="255.255.255.0"
   NVRAM_lan_hwaddr="00:0B:AD:0A:DD:00"
This page took 0.037203 seconds and 4 git commands to generate.