diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:36 +0000 |
commit | f3f05d86fe6dd1d35dfaad95c99ab42835feeac4 (patch) | |
tree | 09d4be54462bdfefee51ca9ed21bf7cbf1db6459 /target/linux/ar71xx/base-files/lib | |
parent | ed1889db334bd8c53baf894182ea4109a28c320c (diff) | |
download | upstream-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.gz upstream-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.tar.bz2 upstream-f3f05d86fe6dd1d35dfaad95c99ab42835feeac4.zip |
ar71xx: add user-space support for AP136-020
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34885
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 d7888638ae..34e93f3080 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -177,6 +177,9 @@ ar71xx_board_detect() { *"AP136-010 reference board") name="ap136-010" ;; + *"AP136-020 reference board") + name="ap136-020" + ;; *AP81) name="ap81" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 1cfc6e3cfb..01cf4b298b 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -89,6 +89,7 @@ platform_check_image() { ap121 | \ ap121-mini | \ ap136-010 | \ + ap136-020 | \ ap96 | \ db120 | \ hornet-ub | \ |