Parcourir la source

the same DEFAULT_PACKAGES should be selected in the generic Makefile

SVN-Revision: 23885
Imre Kaloz il y a 15 ans
Parent
commit
02512b6185

+ 1 - 1
target/linux/orion/Makefile

@@ -19,6 +19,6 @@ include $(INCLUDE_DIR)/target.mk
 
 KERNELNAME:="uImage"
 
-DEFAULT_PACKAGES += kmod-crypto-mv-cesa
+DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini
 
 $(eval $(call BuildTarget))

+ 0 - 2
target/linux/orion/generic/target.mk

@@ -8,8 +8,6 @@
 BOARDNAME:=Generic
 FEATURES:=squashfs
 
-DEFAULT_PACKAGES += kmod-ath9k wpad-mini
-
 define Target/Description
 	Build firmware images for Marvell Orion based boards that boot from internal flash.
 	(e.g.: Linksys WRT350N v2, Netgear WNR854T, ...)

+ 0 - 2
target/linux/orion/harddisk/target.mk

@@ -8,8 +8,6 @@
 BOARDNAME:=Internal Hard-Disk
 FEATURES:=targz
 
-DEFAULT_PACKAGES += kmod-ath9k wpad-mini
-
 define Target/Description
 	Build firmware images for Marvell Orion based boards that boot directly from internal disk storage.
 	(e.g.: Freecom DataTank 2, ...)