diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-10-10 14:40:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-10-10 14:40:52 +0000 |
commit | 729f193b107690937811aebc99bb58e57862b40c (patch) | |
tree | 01a37d506cf5accc6fa21b1f7ba6e39d85b56290 /target/linux | |
parent | dd604086e3a558dc5404bc4291eff75eb9a4b204 (diff) | |
download | upstream-729f193b107690937811aebc99bb58e57862b40c.tar.gz upstream-729f193b107690937811aebc99bb58e57862b40c.tar.bz2 upstream-729f193b107690937811aebc99bb58e57862b40c.zip |
x86: kvm: disable squashfs and jffs2 images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38355 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/kvm_guest/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/kvm_guest/target.mk b/target/linux/x86/kvm_guest/target.mk index 7e48f64173..d3f950fe2c 100644 --- a/target/linux/x86/kvm_guest/target.mk +++ b/target/linux/x86/kvm_guest/target.mk @@ -1,2 +1,3 @@ BOARDNAME:=KVM Guest +FEATURES:=ext4 pci usb DEFAULT_PACKAGES += kmod-virtio-balloon kmod-virtio-net kmod-virtio-random |