diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2017-06-07 01:49:39 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-06-07 06:47:10 +0200 |
commit | 0f4943211ccaf6187372424b490483f3b4dd6acb (patch) | |
tree | adcd4ebde6f012c4801c19f5ff25c102108e534d /target/linux/ath25 | |
parent | 3e3d482c98024aadd94200acfdf811c43b5cd7c4 (diff) | |
download | upstream-0f4943211ccaf6187372424b490483f3b4dd6acb.tar.gz upstream-0f4943211ccaf6187372424b490483f3b4dd6acb.tar.bz2 upstream-0f4943211ccaf6187372424b490483f3b4dd6acb.zip |
ath25: switch to 4.9 kernel
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target/linux/ath25')
-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 86db43fd66..27c2639659 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.4 +KERNEL_PATCHVER:=4.9 define Target/Description Build firmware images for Atheros SoC boards |