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 | 0f07e7c9a8c38a625a8ac646a94d1fa2f075eef8 (patch) | |
tree | a354fbd7fc9eb3cb50d130f628a5d10a6f6a0644 /target/linux/x86/Makefile | |
parent | 363b166eb9ebf1b409d6699a11a29a1c10f52509 (diff) | |
download | upstream-0f07e7c9a8c38a625a8ac646a94d1fa2f075eef8.tar.gz upstream-0f07e7c9a8c38a625a8ac646a94d1fa2f075eef8.tar.bz2 upstream-0f07e7c9a8c38a625a8ac646a94d1fa2f075eef8.zip |
x86: update to linux 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43559
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 |