aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-10-22 15:20:39 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-10-22 15:22:51 +0200
commitc84b7eaedd1b3c9b7e3e30248ab3d0050477f6d5 (patch)
treec76f90781d37c8e3f4d870e048df7853e8026ed6 /target/linux/ar71xx/Makefile
parent8464d2f64a552793bc9dd8ccfa0603ee17f0d3e6 (diff)
downloadupstream-c84b7eaedd1b3c9b7e3e30248ab3d0050477f6d5.tar.gz
upstream-c84b7eaedd1b3c9b7e3e30248ab3d0050477f6d5.tar.bz2
upstream-c84b7eaedd1b3c9b7e3e30248ab3d0050477f6d5.zip
ar71xx: use kernel 4.9 by default
Kernel 4.9 support was added about 2 weeks ago and we haven't seen any major regression so far. This patch was not ported to kernel 4.9, this needs some additional work: 821-serial-core-add-support-for-boot-console-with-arbitr.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r--target/linux/ar71xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index 3f5bc67243..6d5b4c52b3 100644
--- a/target/linux/ar71xx/Makefile
+++ b/target/linux/ar71xx/Makefile
@@ -13,7 +13,7 @@ FEATURES:=usbgadget
CPU_TYPE:=24kc
SUBTARGETS:=generic nand mikrotik
-KERNEL_PATCHVER:=4.4
+KERNEL_PATCHVER:=4.9
include $(INCLUDE_DIR)/target.mk