From 599081f3e41f2b3551a39e0f06edfe0d4d3fa836 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 7 Jul 2015 18:06:39 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46250 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/linksys.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/linksys.mk b/target/linux/ar71xx/generic/profiles/linksys.mk index bedf3a3d49..0a7a89768b 100644 --- a/target/linux/ar71xx/generic/profiles/linksys.mk +++ b/target/linux/ar71xx/generic/profiles/linksys.mk @@ -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)) -- cgit v1.2.3