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:
@@ -10,6 +10,7 @@ preinit_set_mac_address() {
|
||||
case $(ramips_board_name) in
|
||||
bc2 |\
|
||||
esr-9753 |\
|
||||
freestation5 |\
|
||||
nw718 |\
|
||||
rt-n56u |\
|
||||
sl-r7205)
|
||||
|
||||
@@ -50,6 +50,9 @@ ramips_board_name() {
|
||||
*"Allnet ALL0256N")
|
||||
name="all0256n"
|
||||
;;
|
||||
*"ARC FreeStation5")
|
||||
name="freestation5"
|
||||
;;
|
||||
*"Argus ATP-52B")
|
||||
name="argus-atp52b"
|
||||
;;
|
||||
|
||||
@@ -21,6 +21,7 @@ platform_check_image() {
|
||||
dir-600-b2 | \
|
||||
esr-9753 | \
|
||||
fonera20n | \
|
||||
freestation5 | \
|
||||
hw550-3g | \
|
||||
mofi3500-3gn | \
|
||||
nbg-419n | \
|
||||
|
||||
Reference in New Issue
Block a user