diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-24 22:11:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-24 22:11:31 +0000 |
commit | 851c2668b91740b6240530292ea647890d79855c (patch) | |
tree | 5d2b9516672b81c4d8729daf9b4f504c9be96445 /target/linux | |
parent | 394cf886658e6f3fe794d6d6489eb5578ed26dc6 (diff) | |
download | upstream-851c2668b91740b6240530292ea647890d79855c.tar.gz upstream-851c2668b91740b6240530292ea647890d79855c.tar.bz2 upstream-851c2668b91740b6240530292ea647890d79855c.zip |
atheros switch support: add missing commit statements
SVN-Revision: 17391
Diffstat (limited to 'target/linux')
-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 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 } |