diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-13 17:00:37 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-13 17:00:37 +0000 |
commit | 2fdfa5601bce01a5fe2645ffed6f3e46c2b2c956 (patch) | |
tree | 4b7a32eb5962541e8465826d8ecb5e009d52ebc3 /target/linux | |
parent | 42fb4e376e42e034974ab1664fd1b2309fa5a088 (diff) |
[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')
-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 |