80c61c161a
Add out of the box support for 802.11r and 802.11w to all targets not suffering from small flash. Signed-off-by: Mathias Kresin <dev@kresin.me> Mathias did all the heavy lifting on this, but I'm the one who should get shouted at for committing. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
17 lines
574 B
Makefile
17 lines
574 B
Makefile
BOARDNAME:=AMD Geode based systems
|
|
FEATURES:=squashfs ext4 pci usb gpio
|
|
DEFAULT_PACKAGES += \
|
|
kmod-crypto-hw-geode kmod-crypto-cbc \
|
|
kmod-ath5k kmod-ath9k \
|
|
kmod-button-hotplug \
|
|
kmod-ledtrig-heartbeat kmod-ledtrig-gpio \
|
|
kmod-ledtrig-netdev hwclock wpad-basic
|
|
# Geos
|
|
DEFAULT_PACKAGES += \
|
|
soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \
|
|
hwclock flashrom tc kmod-pppoa kmod-8139cp kmod-mppe \
|
|
kmod-usb-ohci-pci kmod-hwmon-lm90
|
|
|
|
define Target/Description
|
|
Build firmware images for AMD Geode GX/LX based systems (net5501, alix, geos)
|
|
endef
|