From: Felix Fietkau Date: Mon, 24 Aug 2009 22:11:31 +0000 (+0000) Subject: atheros switch support: add missing commit statements X-Git-Tag: reboot~22582 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=851c2668b91740b6240530292ea647890d79855c;p=openwrt%2Fstaging%2Flynxis.git atheros switch support: add missing commit statements SVN-Revision: 17391 --- diff --git a/target/linux/atheros/base-files/etc/uci-defaults/network b/target/linux/atheros/base-files/etc/uci-defaults/network index af7cfb0afa..49c2a40057 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 }