diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-06 07:20:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-06 07:20:59 +0000 |
commit | 1e848b17ad73b8a6db44ee19cef2574bb9811e36 (patch) | |
tree | 9e28fe04ade759088f1bc14e90db158d70acca76 /target/linux/ar71xx/base-files/lib | |
parent | 84cd8a5ee054281fbc3b87fc38c5048e99283f08 (diff) | |
download | upstream-1e848b17ad73b8a6db44ee19cef2574bb9811e36.tar.gz upstream-1e848b17ad73b8a6db44ee19cef2574bb9811e36.tar.bz2 upstream-1e848b17ad73b8a6db44ee19cef2574bb9811e36.zip |
ar71xx: add support for Redwave RW2458N
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 29669
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
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 | \ |