e135b6d6b6c6a7bf6b6022af2a585f8c3a7e2cec
[openwrt/openwrt.git] / target / linux / x86 / generic / target.mk
1 BOARDNAME:=Generic
2 CPU_TYPE :=pentium4
3 FEATURES += audio fpu pci pcie usb
4 DEFAULT_PACKAGES += kmod-button-hotplug
5
6 define Target/Description
7 Build firmware images for modern x86 based boards with CPUs
8 supporting at least the Intel Pentium 4 instruction set with
9 MMX, SSE and SSE2.
10 endef
11