move acx-mac80211 to the ar7 generic target

None of the AC49x boards that we support actually have Wi-Fi.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34208
This commit is contained in:
Florian Fainelli 2012-11-16 13:00:55 +00:00
parent b763d47bfe
commit c555479127
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ LINUX_VERSION:=3.3.8
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+= kmod-acx-mac80211 swconfig wpad-mini
DEFAULT_PACKAGES+= swconfig
define Target/Description
Build firmware images for TI AR7 based routers.

View File

@ -5,6 +5,8 @@
SUBTARGET:=generic
BOARDNAME:=Texas Instruments AR7 boards
DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 wpad-mini
define Target/Description
Build firmware images for TI AR7 based routers.
endef