mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Build all geode platform drivers into the kernel Remove kmod-* packages for these drivers Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44809 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
438 B
Makefile
15 lines
438 B
Makefile
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
|