summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/uci-defaults
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-03-29 16:03:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-03-29 16:03:04 +0000
commite9c4d3d1f2dd990ebd9474ceda1c77b45678c6bd (patch)
tree1c8f859fa4472105030accbb677d1e617b286e51 /target/linux/ramips/base-files/etc/uci-defaults
parentde0527a354426c4da678866cc3c1ab5d3f940a0c (diff)
downloadmaster-31e0f0ae-e9c4d3d1f2dd990ebd9474ceda1c77b45678c6bd.tar.gz
master-31e0f0ae-e9c4d3d1f2dd990ebd9474ceda1c77b45678c6bd.tar.bz2
master-31e0f0ae-e9c4d3d1f2dd990ebd9474ceda1c77b45678c6bd.zip
ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation
SVN-Revision: 31144
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/network3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network
index a17fad8e98..dc2221f1e7 100755
--- a/target/linux/ramips/base-files/etc/uci-defaults/network
+++ b/target/linux/ramips/base-files/etc/uci-defaults/network
@@ -54,8 +54,9 @@ ramips_setup_interfaces()
ucidef_add_switch_vlan "switch0" "2" "4 8t"
;;
+ freestation5 | \
wcr-150gn)
- ucidef_set_interface_lan_wan "eth0.2" "eth0.1"
+ ucidef_set_interfaces_lan_wan "eth0.2" "eth0.1"
;;
wli-tx4-ag300n)