diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 16:52:36 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:00:53 +0200 |
commit | 7d7fb75df5735a089d183ca3d24c06d4b5178dc8 (patch) | |
tree | c0c12b4981f38bfa2376363fb8bea3b2184661a0 /target/linux/x86/Makefile | |
parent | 959bc143a019f23e9faac79e475b269e2a7efabc (diff) | |
download | upstream-7d7fb75df5735a089d183ca3d24c06d4b5178dc8.tar.gz upstream-7d7fb75df5735a089d183ca3d24c06d4b5178dc8.tar.bz2 upstream-7d7fb75df5735a089d183ca3d24c06d4b5178dc8.zip |
x86: remove the kvm_guest subtarget
32-bit only hardware that supports kvm is very rare.
It's not worth keeping a separate subtarget for this.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 1e51d7117e..1eae227f85 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz -SUBTARGETS=generic xen_domu geode kvm_guest 64 +SUBTARGETS=generic xen_domu geode 64 MAINTAINER:=Felix Fietkau <nbd@openwrt.org> DEFAULT_PACKAGES += partx-utils |