1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31144 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2012-03-29 16:03:04 +00:00
parent 62249258d3
commit 8600b97ee6
12 changed files with 71 additions and 1 deletions

View File

@@ -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)