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

@@ -53,6 +53,7 @@ case "$FIRMWARE" in
bc2 | \
esr-9753 | \
fonera20n | \
freestation5 | \
hw550-3g | \
mofi3500-3gn | \
pwh2004 | \

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)

View File

@@ -10,6 +10,7 @@ preinit_set_mac_address() {
case $(ramips_board_name) in
bc2 |\
esr-9753 |\
freestation5 |\
nw718 |\
rt-n56u |\
sl-r7205)

View File

@@ -50,6 +50,9 @@ ramips_board_name() {
*"Allnet ALL0256N")
name="all0256n"
;;
*"ARC FreeStation5")
name="freestation5"
;;
*"Argus ATP-52B")
name="argus-atp52b"
;;

View File

@@ -21,6 +21,7 @@ platform_check_image() {
dir-600-b2 | \
esr-9753 | \
fonera20n | \
freestation5 | \
hw550-3g | \
mofi3500-3gn | \
nbg-419n | \