From 1e848b17ad73b8a6db44ee19cef2574bb9811e36 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 6 Jan 2012 07:20:59 +0000 Subject: ar71xx: add support for Redwave RW2458N Signed-off-by: Cezary Jackiewicz SVN-Revision: 29669 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 4 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index cc0b0b4d32..7e8e25e3ac 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -238,6 +238,9 @@ ar71xx_board_detect() { *"RouterStation Pro") name="routerstation-pro" ;; + *RW2458N) + name="rw2458n" + ;; *TEW-632BRP) name="tew-632brp" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 14af3bfc36..fc864eb4eb 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -105,6 +105,7 @@ platform_check_image() { bullet-m | \ nanostation-m | \ rocket-m | \ + rw2458n | \ wzr-hp-g300nh2 | \ wzr-hp-g300nh | \ wzr-hp-g450h | \ -- cgit v1.2.3