diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 15:04:17 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-16 20:40:13 +0100 |
commit | 371b382a40e98d73aa71acb23b1bfbd216512510 (patch) | |
tree | b4e24cfc965c269f74386f604037899bba2afbeb /target/linux/x86/Makefile | |
parent | 1d6879eedd5a766e82e7e4b33d79186a0ca40aa9 (diff) | |
download | upstream-371b382a40e98d73aa71acb23b1bfbd216512510.tar.gz upstream-371b382a40e98d73aa71acb23b1bfbd216512510.tar.bz2 upstream-371b382a40e98d73aa71acb23b1bfbd216512510.zip |
x86: remove the xen_domu subtarget
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 d702e4e8a0..f371b2ba3a 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 fpu -SUBTARGETS:=generic legacy xen_domu geode 64 +SUBTARGETS:=generic legacy geode 64 MAINTAINER:=Felix Fietkau <nbd@nbd.name> KERNEL_PATCHVER:=4.4 |