2
0
forked from Ivasoft/openwrt

atheros switch support: add missing commit statements

SVN-Revision: 17391
This commit is contained in:
Felix Fietkau
2009-08-24 22:11:31 +00:00
parent 394cf88665
commit 851c2668b9

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
}