aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/kvm_guest/target.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-05 23:18:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-05 23:18:51 +0000
commit8ce034b36afe053d400eeddf01425b466afe7985 (patch)
treeec043e3fbfc394fe4666e7c76ea4dbbf5af888cb /target/linux/x86/kvm_guest/target.mk
parent75ffc6d36758ca335814d10bf45c0cf42d3b2430 (diff)
downloadupstream-8ce034b36afe053d400eeddf01425b466afe7985.tar.gz
upstream-8ce034b36afe053d400eeddf01425b466afe7985.tar.bz2
upstream-8ce034b36afe053d400eeddf01425b466afe7985.zip
x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22944
Diffstat (limited to 'target/linux/x86/kvm_guest/target.mk')
-rw-r--r--target/linux/x86/kvm_guest/target.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/kvm_guest/target.mk b/target/linux/x86/kvm_guest/target.mk
new file mode 100644
index 0000000000..7e48f64173
--- /dev/null
+++ b/target/linux/x86/kvm_guest/target.mk
@@ -0,0 +1,2 @@
+BOARDNAME:=KVM Guest
+DEFAULT_PACKAGES += kmod-virtio-balloon kmod-virtio-net kmod-virtio-random