diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-08 10:04:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-08 10:04:50 +0000 |
commit | 2bb42693d59581b9540871184eeb199906dd48f9 (patch) | |
tree | 18e183d0a867d2a36c2f29750aa99974fb4f6ae1 /target/linux/x86/Makefile | |
parent | 9be4a77bf79040bce165d48251f17fe93d13557f (diff) | |
download | master-187ad058-2bb42693d59581b9540871184eeb199906dd48f9.tar.gz master-187ad058-2bb42693d59581b9540871184eeb199906dd48f9.tar.bz2 master-187ad058-2bb42693d59581b9540871184eeb199906dd48f9.zip |
x86: update to linux 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43559 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-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 13f15c0826..52d9885e5c 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan \ rdc -KERNEL_PATCHVER:=3.10 +KERNEL_PATCHVER:=3.14 KERNELNAME:=bzImage |