openwrtv4/target/linux/ar7/generic/target.mk
Florian Fainelli c555479127 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
2012-11-16 13:00:55 +00:00

12 lines
241 B
Makefile

#
# Copyright (C) 2012 OpenWrt.org
#
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