diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-12 10:04:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-12 10:04:55 +0000 |
commit | 4ec23660dfd9cde1a8d60104a631603846ad1390 (patch) | |
tree | a94a1f76ce23fc17ab51c48f61eaf85f3e925f43 /target/linux/x86/Makefile | |
parent | fdb5ddff0f4414a81599f1dff030808ea8072b96 (diff) | |
download | master-187ad058-4ec23660dfd9cde1a8d60104a631603846ad1390.tar.gz master-187ad058-4ec23660dfd9cde1a8d60104a631603846ad1390.tar.bz2 master-187ad058-4ec23660dfd9cde1a8d60104a631603846ad1390.zip |
x86: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48216 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 701643330a..e4bc0d9a50 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz SUBTARGETS=generic xen_domu ep80579 geode kvm_guest 64 MAINTAINER:=Felix Fietkau <nbd@openwrt.org> -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.4 KERNELNAME:=bzImage |