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:
@@ -23,5 +23,15 @@ define Profile/WRT400N/Description
|
||||
Package set optimized for the Linksys WRT400N.
|
||||
endef
|
||||
|
||||
define Profile/WAP4410N
|
||||
NAME:=Linksys WAP4410N
|
||||
PACKAGES:=
|
||||
endef
|
||||
|
||||
define Profile/WAP4410N/Description
|
||||
Package set optimized for the Linksys WAP4410N.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,WRT160NL))
|
||||
$(eval $(call Profile,WRT400N))
|
||||
$(eval $(call Profile,WAP4410N))
|
||||
|
||||
Reference in New Issue
Block a user