diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-12-23 17:05:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-12-23 17:05:16 +0000 |
commit | 03e091f3cea18d10cf40b3e3de2ec9d86ba7ed4b (patch) | |
tree | 7f6f1c3072362c43cc89515533ab43cfcd5eec0e /target/linux/x86/kvm_guest/target.mk | |
parent | aab522e1e3b07507a071002db0aee02251b7e102 (diff) | |
download | upstream-03e091f3cea18d10cf40b3e3de2ec9d86ba7ed4b.tar.gz upstream-03e091f3cea18d10cf40b3e3de2ec9d86ba7ed4b.tar.bz2 upstream-03e091f3cea18d10cf40b3e3de2ec9d86ba7ed4b.zip |
x86/kvm_guest: add support for 3.10 and switch to it
Patch-by: Stijn Tintel <stijn@linux-ipv6.be>
Patchwork: http://patchwork.openwrt.org/patch/4635/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39157
Diffstat (limited to 'target/linux/x86/kvm_guest/target.mk')
-rw-r--r-- | target/linux/x86/kvm_guest/target.mk | 2 |
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 index d3f950fe2c..de92460d1b 100644 --- a/target/linux/x86/kvm_guest/target.mk +++ b/target/linux/x86/kvm_guest/target.mk @@ -1,3 +1,5 @@ BOARDNAME:=KVM Guest FEATURES:=ext4 pci usb DEFAULT_PACKAGES += kmod-virtio-balloon kmod-virtio-net kmod-virtio-random + +LINUX_VERSION:=3.10.24 |