diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-24 22:11:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-24 22:11:31 +0000 |
commit | c45e214f3c817154f36502d6b8bd353538827cfe (patch) | |
tree | 4149ce6ea7d410454e6c7d51d05a3d7633007479 /target/linux/atheros/base-files | |
parent | b053ab6499575fccf2353bea6dd0f93001d9f132 (diff) |
atheros switch support: add missing commit statements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17391 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/base-files')
-rw-r--r-- | target/linux/atheros/base-files/etc/uci-defaults/network | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |