diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-05-17 23:12:49 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:40 +0200 |
commit | febc6cc5bf4b9523842097e917e0ba9addf18193 (patch) | |
tree | 58572850b4561c606e3c490ef6034ad82a09b3e2 /target/linux/x86/generic/target.mk | |
parent | 6c2fc113f3480214d6749bc5a57344317957f541 (diff) | |
download | upstream-febc6cc5bf4b9523842097e917e0ba9addf18193.tar.gz upstream-febc6cc5bf4b9523842097e917e0ba9addf18193.tar.bz2 upstream-febc6cc5bf4b9523842097e917e0ba9addf18193.zip |
x86: lift generic x86-32 target
* build for pentium4 instead of i486
* enable PAE
* enable EFI support
* enable KVM guest and host support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/x86/generic/target.mk')
-rw-r--r-- | target/linux/x86/generic/target.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/x86/generic/target.mk b/target/linux/x86/generic/target.mk index 7191292e81..e135b6d6b6 100644 --- a/target/linux/x86/generic/target.mk +++ b/target/linux/x86/generic/target.mk @@ -1,7 +1,11 @@ BOARDNAME:=Generic +CPU_TYPE :=pentium4 +FEATURES += audio fpu pci pcie usb +DEFAULT_PACKAGES += kmod-button-hotplug 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 |