diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-29 10:55:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-29 10:55:37 +0000 |
commit | 3d2728861889f36e1bb33f2cc0db4cf3be3f727d (patch) | |
tree | 0f26501aabe39675430476750b5365a27d5a0c67 | |
parent | 9e82ce59881dfcb380705fc8ce6899546e99ca29 (diff) | |
download | upstream-3d2728861889f36e1bb33f2cc0db4cf3be3f727d.tar.gz upstream-3d2728861889f36e1bb33f2cc0db4cf3be3f727d.tar.bz2 upstream-3d2728861889f36e1bb33f2cc0db4cf3be3f727d.zip |
kernel: remove more subtargets with the wrong kernel version or which are marked broken
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41879 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 198947d75d..7959b33122 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,8 +10,7 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz -SUBTARGETS=generic olpc xen_domu net5501 kvm_guest geos alix2 thincan \ - rdc +SUBTARGETS=generic olpc xen_domu net5501 kvm_guest alix2 thincan LINUX_VERSION:=3.10.49 |