diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:19:30 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 06:42:14 +0200 |
commit | 5191ea56218b5c7f17dbe5cdb6fb6895ee386156 (patch) | |
tree | 5bdf18318b943c858a8657257d0f574ee0145e83 /target | |
parent | 3d69857ac1647e5bc924a9af1e8d00182316cb0d (diff) | |
download | upstream-5191ea56218b5c7f17dbe5cdb6fb6895ee386156.tar.gz upstream-5191ea56218b5c7f17dbe5cdb6fb6895ee386156.tar.bz2 upstream-5191ea56218b5c7f17dbe5cdb6fb6895ee386156.zip |
ath25: switch to 4.14 kernel
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index 27c2639659..cb8b7ec1be 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem small_flash MAINTAINER:=Sergey Ryazanov <ryazanov.s.a@gmail.com> -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 define Target/Description Build firmware images for Atheros SoC boards |