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

ar71xx: add support for Redwave RW2458N

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29669 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-01-06 07:20:59 +00:00
parent 4c93839943
commit 01c809eff1
10 changed files with 143 additions and 0 deletions

View File

@@ -91,6 +91,9 @@ get_status_led() {
routerstation | routerstation-pro)
status_led="ubnt:green:rf"
;;
rw2458n)
status_led="rw2458n:green:d3"
;;
tew-632brp)
status_led="tew-632brp:green:status"
;;

View File

@@ -238,6 +238,9 @@ ar71xx_board_detect() {
*"RouterStation Pro")
name="routerstation-pro"
;;
*RW2458N)
name="rw2458n"
;;
*TEW-632BRP)
name="tew-632brp"
;;

View File

@@ -105,6 +105,7 @@ platform_check_image() {
bullet-m | \
nanostation-m | \
rocket-m | \
rw2458n | \
wzr-hp-g300nh2 | \
wzr-hp-g300nh | \
wzr-hp-g450h | \