diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 19:12:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 19:12:32 +0000 |
commit | a2c56296d7e138da58d348c3f52c43ab7904bd3a (patch) | |
tree | c845bc519c8aa3abb59e3925e77039536c32986a /target/linux/ar71xx/base-files/lib | |
parent | 3b89a20bc731667f005c1f16fc0c0d548f3a2a57 (diff) | |
download | upstream-a2c56296d7e138da58d348c3f52c43ab7904bd3a.tar.gz upstream-a2c56296d7e138da58d348c3f52c43ab7904bd3a.tar.bz2 upstream-a2c56296d7e138da58d348c3f52c43ab7904bd3a.zip |
ar71xx: add user-space support for the AP132 board
Based on http://patchwork.openwrt.org/patch/3162/
Signed-off-by: Embedded Wireless GmbH <info at embeddedwireless.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35396 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 720c19eaa0..428144dc1a 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() { *AP121-MINI) name="ap121-mini" ;; + *"AP132 reference board") + name="ap132" + ;; *"AP136-010 reference board") name="ap136-010" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 3d5efdba3a..c8b8380ab5 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -104,6 +104,7 @@ platform_check_image() { ;; ap81 | \ ap83 | \ + ap132 | \ dir-600-a1 | \ dir-615-c1 | \ dir-615-e4 | \ |