kernel: remove kmod-crypto-aes, AES crypto support is always built into the kernel
[openwrt/svn-archive/archive.git] / target / linux / x86 / geode / target.mk
1 BOARDNAME:=AMD Geode based systems
2 FEATURES:=squashfs ext4 pci usb gpio
3 DEFAULT_PACKAGES += \
4 kmod-crypto-hw-geode kmod-crypto-ocf kmod-crypto-cbc \
5 kmod-ath5k kmod-ath9k \
6 kmod-button-hotplug \
7 kmod-ledtrig-heartbeat kmod-ledtrig-gpio \
8 kmod-ledtrig-netdev hwclock wpad-mini
9
10 CPU_TYPE := geode
11
12 define Target/Description
13 Build firmware images for AMD Geode GX/LX based systems (net5501, alix, geos)
14 endef