1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03:00

atheros switch support: add missing commit statements

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17391 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-08-24 22:11:31 +00:00
parent b053ab6499
commit c45e214f3c

View File

@ -24,6 +24,7 @@ set network.lan.ifname=eth0.1
set network.wan=interface
set network.wan.ifname=eth0.2
set network.wan.proto=dhcp
commit network
EOF
HAS_SWITCH=1
fi
@ -33,6 +34,7 @@ fi
set network.wan=interface
set network.wan.ifname=eth1
set network.wan.proto=dhcp
commit network
EOF
}