diff options
author | Luka Perkov <luka@openwrt.org> | 2013-03-01 13:46:01 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-03-01 13:46:01 +0000 |
commit | 107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea (patch) | |
tree | 28d27b69dfba8e0be2a62f68eb72bc749adf0a94 /target/linux/ar71xx/base-files/lib | |
parent | 819472b2d061757f99ba41ff36e80edf3a38874d (diff) | |
download | mtk-20170518-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.zip mtk-20170518-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.gz mtk-20170518-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.bz2 |
ar71xx: add support for Buffalo WZR 600DHP
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35840
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 71bf58e..84751e8 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -468,6 +468,9 @@ ar71xx_board_detect() { *WZR-HP-G300NH2) name="wzr-hp-g300nh2" ;; + *WZR-600DHP) + name="wzr-600dhp" + ;; *WHR-HP-G300N) name="whr-hp-g300n" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index c16d184..d3e14d1 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -125,6 +125,7 @@ platform_check_image() { wzr-hp-g300nh | \ wzr-hp-g450h | \ wzr-hp-ag300h | \ + wzr-600dhp | \ whr-g301n | \ whr-hp-g300n | \ whr-hp-gn | \ |