f4f8f4a180
According to some reports, -march=pentium-mmx is a better choice for older Geode CPUs than -march=geode anyway. Bump the minimum architecture of the legacy target from i486 to pentium-mmx. Anything older is not worth supporting anyway. Signed-off-by: Felix Fietkau <nbd@nbd.name>
12 lines
387 B
Makefile
12 lines
387 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-mini
|
|
|
|
define Target/Description
|
|
Build firmware images for AMD Geode GX/LX based systems (net5501, alix, geos)
|
|
endef
|