From 8600b97ee65ecd97461508bf0e67de06707a2e59 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 29 Mar 2012 16:03:04 +0000 Subject: ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup while we're at it - thanks Pau Escrich for the implementation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31144 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/etc/uci-defaults/network | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/etc/uci-defaults/network') diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index a17fad8e9..dc2221f1e 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) -- cgit v1.2.3