Corrected missing unused ifname as suggested in #200, definitively closes #200
authorFlorian Fainelli <florian@openwrt.org>
Thu, 12 Jan 2006 10:53:02 +0000 (10:53 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 12 Jan 2006 10:53:02 +0000 (10:53 +0000)
SVN-Revision: 2930

openwrt/target/linux/package/base-files/files/brcm-2.6/etc/init.d/S05netconfig

index 3c4c032563f6955e0bae374fab5ab07d0534417d..0cafa174028751b8e3f78a99f4af78d6451120d9 100755 (executable)
@@ -59,6 +59,7 @@ END {
                (nvram["boardnum"] == "1024")) {
                c["lan_ifnames"]="eth1 eth2"
                c["wan_ifname"]=""
+               c["unused_ifnames"]="eth0"
        }
 
        print "#### VLAN configuration "