From d45c9e48a3966a195e5b63ebccc64bfb8618086d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 16 Sep 2015 08:33:14 +0000 Subject: ar71xx: add support for ap152 reference board Signed-off-by: Miaoqing Pan git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46972 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/atheros.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/atheros.mk b/target/linux/ar71xx/generic/profiles/atheros.mk index 5f6657c6da..3a312a4b78 100644 --- a/target/linux/ar71xx/generic/profiles/atheros.mk +++ b/target/linux/ar71xx/generic/profiles/atheros.mk @@ -93,6 +93,17 @@ endef $(eval $(call Profile,AP147)) +define Profile/AP152 + NAME:=Qualcomm Atheros AP152 reference board + PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage +endef + +define Profile/AP152/Description + Package set optimized for the Qualcomm Atheros AP152 reference board. +endef + +$(eval $(call Profile,AP152)) + define Profile/AP81 NAME:=Atheros AP81 reference board PACKAGES:=kmod-usb-core kmod-usb2 -- cgit v1.2.3