x86: merge all geode based subtargets into one
[lede-git/.git] / target / linux / x86 / geode / target.mk
diff --git a/target/linux/x86/geode/target.mk b/target/linux/x86/geode/target.mk
new file mode 100644 (file)
index 0000000..57ccdc6
--- /dev/null
@@ -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