From eeb00634a7715204481a5fd83664a697e414bbfd Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 28 Jan 2012 13:19:49 +0000 Subject: add support for the Atheros AP113 reference board This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch SVN-Revision: 29935 --- 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 f26d7a7..4ce4cd5 100644 --- a/target/linux/ar71xx/generic/profiles/atheros.mk +++ b/target/linux/ar71xx/generic/profiles/atheros.mk @@ -5,6 +5,17 @@ # See /LICENSE for more information. # +define Profile/AP113 + NAME:=Atheros AP113 reference board + PACKAGES:=kmod-usb-core kmod-usb2 +endef + +define Profile/AP113/description + Package set optimized for the Atheros AP113 reference board. +endef + +$(eval $(call Profile,AP113)) + define Profile/AP121 NAME:=Atheros AP121 reference board PACKAGES:=kmod-usb-core kmod-usb2 -- cgit v1.1