summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-07 18:06:39 +0000
committerJohn Crispin <john@openwrt.org>2015-07-07 18:06:39 +0000
commit08790c5ee8bfca46d0afe973e336e44e27e35a8c (patch)
tree610c9e1b5064dbb13c95f9152282b0d7586466fe /target/linux/ar71xx/base-files/lib/ar71xx.sh
parente71141ef23fadccda68978ef58d459229e360e12 (diff)
downloadmaster-31e0f0ae-08790c5ee8bfca46d0afe973e336e44e27e35a8c.tar.gz
master-31e0f0ae-08790c5ee8bfca46d0afe973e336e44e27e35a8c.tar.bz2
master-31e0f0ae-08790c5ee8bfca46d0afe973e336e44e27e35a8c.zip
ar71xx: Add support for Cisco-Linksys WAP4410N
This patch adds support for the Cisco WAP4410N, an access point that uses the AR9132 SoC. Web upgrades from stock are not yet possible, UART access required for the initial flash. Signed-off-by: Ryan A Young <rayoung@utexas.edu> SVN-Revision: 46250
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 9943d6918a..dd13948c40 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -880,6 +880,9 @@ ar71xx_board_detect() {
*WRT400N)
name="wrt400n"
;;
+ *WAP4410N)
+ name="wap4410n"
+ ;;
*"WZR-450HP2")
name="wzr-450hp2"
;;