the same DEFAULT_PACKAGES should be selected in the generic Makefile

SVN-Revision: 23885
This commit is contained in:
Imre Kaloz 2010-11-05 07:33:43 +00:00
parent e9a7ba29c1
commit 02512b6185
3 changed files with 1 additions and 5 deletions

View file

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

View file

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

View file

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