diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:32:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:32:01 +0000 |
commit | 196fb76a4c43692fb27e99586d2b4b9f6ef5ff55 (patch) | |
tree | b2a27b7dbb8290bda08ce404cff778bc130b89d7 /target/linux/x86/Makefile | |
parent | 09aad60610d5887cb8ab03f550ad6450f017189f (diff) | |
download | mtk-20170518-196fb76a4c43692fb27e99586d2b4b9f6ef5ff55.zip mtk-20170518-196fb76a4c43692fb27e99586d2b4b9f6ef5ff55.tar.gz mtk-20170518-196fb76a4c43692fb27e99586d2b4b9f6ef5ff55.tar.bz2 |
x86: make x86_64 a subtarget instead of a standalone target
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45115
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 d5545fb..967a255 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 ep80579 geode kvm_guest rdc +SUBTARGETS=generic xen_domu ep80579 geode kvm_guest rdc 64 KERNEL_PATCHVER:=3.18 |