Corrected missing unused ifname as suggested in #200, definitively closes #200
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jan 2006 10:53:02 +0000 (10:53 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jan 2006 10:53:02 +0000 (10:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2930 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 3c4c032..0cafa17 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 "
This page took 0.02643 seconds and 4 git commands to generate.