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
This commit is contained in:
John Crispin
2015-07-07 18:06:39 +00:00
parent e71141ef23
commit 08790c5ee8
8 changed files with 307 additions and 0 deletions

View File

@@ -880,6 +880,9 @@ ar71xx_board_detect() {
*WRT400N)
name="wrt400n"
;;
*WAP4410N)
name="wap4410n"
;;
*"WZR-450HP2")
name="wzr-450hp2"
;;

View File

@@ -233,6 +233,7 @@ platform_check_image() {
nanostation-m-xw | \
rw2458n | \
wpj531 | \
wap4410n | \
wndap360 | \
wpj344 | \
wzr-hp-g300nh2 | \