diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-07 08:06:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-07 08:06:05 +0000 |
commit | b26077026fc0f4e99c9d4c97e71f263770615500 (patch) | |
tree | 2c46b87f41298cf8d904b9673768e2907ade8c74 /target/linux/ar71xx/base-files/lib | |
parent | c9e433206f3440e683fbf7a2334bcd32e8daba1d (diff) | |
download | upstream-b26077026fc0f4e99c9d4c97e71f263770615500.tar.gz upstream-b26077026fc0f4e99c9d4c97e71f263770615500.tar.bz2 upstream-b26077026fc0f4e99c9d4c97e71f263770615500.zip |
ar71xx: add support for ap143
Signed-off-by: Miaoqing Pan <miaoqing@codeaurora.org>
SVN-Revision: 46208
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 00e39ae639..4fee82c8cc 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -359,6 +359,9 @@ ar71xx_board_detect() { *"AP135-020 reference board") name="ap135-020" ;; + *"AP143 reference board") + name="ap143" + ;; *AP81) name="ap81" ;; |