mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[orion]: the same DEFAULT_PACKAGES should be selected in the generic Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23885 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
11b8ca88ab
commit
7a19d5a01b
@ -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))
|
||||
|
@ -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, ...)
|
||||
|
@ -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, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user