diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-20 20:47:48 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-20 20:47:48 +0000 |
commit | 9d76de977142e50753e27144d172fde068fd4936 (patch) | |
tree | 8b19b97ad0376ebb7a3f285d4bae1c96b69eee7c /target/linux/ar71xx/base-files/lib | |
parent | 18f55ddf7db9a01a21089128e1e8b7bb318e1508 (diff) | |
download | upstream-9d76de977142e50753e27144d172fde068fd4936.tar.gz upstream-9d76de977142e50753e27144d172fde068fd4936.tar.bz2 upstream-9d76de977142e50753e27144d172fde068fd4936.zip |
ar71xx: add support for compex wpj344
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45527
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 b3dbcf5891..c796224236 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -801,6 +801,9 @@ ar71xx_board_detect() { *WPE72) name="wpe72" ;; + *WPJ344) + name="wpj344" + ;; *WPJ558) name="wpj558" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 0cbee1d972..1c349fe67d 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -184,6 +184,7 @@ platform_check_image() { db120 | \ f9k1115v2 |\ hornet-ub | \ + wpj344 | \ wpj558 | \ zcn-1523h-2 | \ zcn-1523h-5) |