1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-29 18:36:14 +02:00

Corrected missing unused ifname as suggested in #200, definitively closes #200

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2930 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-01-12 10:53:02 +00:00
parent 9bf74896fb
commit 3668812761

View File

@ -59,6 +59,7 @@ END {
(nvram["boardnum"] == "1024")) {
c["lan_ifnames"]="eth1 eth2"
c["wan_ifname"]=""
c["unused_ifnames"]="eth0"
}
print "#### VLAN configuration "