treewide: drop shebang from non-executable target files
[openwrt/openwrt.git] / target / linux / x86 / generic / target.mk
index 23795f07eef5ecf7940c07d652455375b266ec3c..81a1d7a7924d2aef3bbbdec41eda43c8ef31ceea 100644 (file)
@@ -1,9 +1,10 @@
 BOARDNAME:=Generic
-
-LINUX_VERSION:=3.8.6
+CPU_TYPE :=pentium4
+FEATURES += audio pci pcie usb
 
 define Target/Description
-       Build firmware images for x86 based boards
-       (e.g : Soekris, ...)
+       Build firmware images for modern x86 based boards with CPUs
+       supporting at least the Intel Pentium 4 instruction set with
+       MMX, SSE and SSE2.
 endef