[ar7] move acx-mac80211 to the ar7 generic target
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Nov 2012 13:00:55 +0000 (13:00 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Nov 2012 13:00:55 +0000 (13:00 +0000)
None of the AC49x boards that we support actually have Wi-Fi.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34208 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar7/Makefile
target/linux/ar7/generic/target.mk

index 3d34c41..e41d3ff 100644 (file)
@@ -17,7 +17,7 @@ LINUX_VERSION:=3.3.8
 
 include $(INCLUDE_DIR)/target.mk
 
 
 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.
 
 define Target/Description
        Build firmware images for TI AR7 based routers.
index 1595c1a..8b5350e 100644 (file)
@@ -5,6 +5,8 @@
 SUBTARGET:=generic
 BOARDNAME:=Texas Instruments AR7 boards
 
 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
 define Target/Description
        Build firmware images for TI AR7 based routers.
 endef