2
0
forked from Ivasoft/openwrt

x86: merge all geode based subtargets into one

Build all geode platform drivers into the kernel
Remove kmod-* packages for these drivers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44809
This commit is contained in:
Felix Fietkau
2015-03-16 07:05:30 +00:00
parent f60113762a
commit 9e0759ea26
27 changed files with 74 additions and 838 deletions

View File

@@ -0,0 +1,14 @@
BOARDNAME:=AMD Geode based systems
FEATURES:=squashfs ext4 pci usb gpio
DEFAULT_PACKAGES += \
kmod-crypto-hw-geode kmod-crypto-ocf kmod-crypto-aes kmod-crypto-cbc \
kmod-ath5k kmod-ath9k \
kmod-button-hotplug \
kmod-ledtrig-heartbeat kmod-ledtrig-gpio \
kmod-ledtrig-netdev hwclock wpad-mini
CPU_TYPE := geode
define Target/Description
Build firmware images for AMD Geode GX/LX based systems (net5501, alix, geos)
endef