late night coding at it's finest ...
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / etc / nvram.overrides
index e334d75..f59e780 100644 (file)
@@ -1,22 +1,11 @@
 # NVRAM overrides
-# This file handles the NVRAM quirks of various hardware
-# this is not a replacement for nvram.
+# This file handles the NVRAM quirks of various hardware.
+#
+# THIS FILE IS NOT A REPLACEMENT FOR NVRAM
 
 # linksys bug has lan doing dhcp; force static
 lan_proto="static"
 
-# failsafe if reset is held
-[ "$FAILSAFE" = "true" ] && {
-  echo "### FAILSAFE MODE ####"
-  lan_ifname="br0"
-  lan_ifnames="vlan0 vlan2 eth1 eth2 eth3"
-  lan_ipaddr="192.168.1.1"
-  lan_netmask="255.255.255.0"
-  lan_hwaddr="00:0B:AD:0A:DD:00"
-  wan_ifname="none"
-  wifi_ifname="none"
-}
-
 # hacks for 1.x hardware
 [ "$(nvram get boardnum)"  = "42" ] && \
 [ "$(nvram get boardtype)" = "bcm94710dev" ] && {
@@ -50,3 +39,15 @@ lan_proto="static"
    wan_ifname="vlan1"
    wan_proto="dhcp"
 }
+
+# failsafe if reset is held
+[ "$FAILSAFE" = "true" ] && {
+  echo "### FAILSAFE MODE ####"
+  lan_ifname="br0"
+  lan_ifnames="vlan0 vlan2 eth1 eth2 eth3"
+  lan_ipaddr="192.168.1.1"
+  lan_netmask="255.255.255.0"
+  lan_hwaddr="00:0B:AD:0A:DD:00"
+  wan_ifname="none"
+  wifi_ifname="none"
+}
This page took 0.022787 seconds and 4 git commands to generate.