From: nbd Date: Mon, 24 Aug 2009 22:11:31 +0000 (+0000) Subject: atheros switch support: add missing commit statements X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/c45e214f3c817154f36502d6b8bd353538827cfe?ds=sidebyside atheros switch support: add missing commit statements git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17391 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/atheros/base-files/etc/uci-defaults/network b/target/linux/atheros/base-files/etc/uci-defaults/network index af7cfb0af..49c2a4005 100644 --- a/target/linux/atheros/base-files/etc/uci-defaults/network +++ b/target/linux/atheros/base-files/etc/uci-defaults/network @@ -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 }