diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-13 17:00:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-13 17:00:37 +0000 |
commit | 611be597d9ed16057b8dcacad897eda02f30d975 (patch) | |
tree | 4b7a32eb5962541e8465826d8ecb5e009d52ebc3 /target/linux/x86 | |
parent | af0788bb3236deae51b6b7ad9db9c6a3a67507ac (diff) | |
download | upstream-611be597d9ed16057b8dcacad897eda02f30d975.tar.gz upstream-611be597d9ed16057b8dcacad897eda02f30d975.tar.bz2 upstream-611be597d9ed16057b8dcacad897eda02f30d975.zip |
[x86] add kvm_guest to subtarget list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23056 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-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 895bc5bbdb..dd71d3a51a 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia targz -SUBTARGETS=generic olpc xen_domu ep80579 net5501 +SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest LINUX_VERSION:=2.6.32.20 |