diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-01-07 21:27:51 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-12 08:00:05 +0100 |
commit | e97f92bbf90470329085ffe2a7610d5a413e75e2 (patch) | |
tree | 5a73c84c19d38d0549f458de7386bfe0ec8cc260 /target/linux/apm821xx | |
parent | 780477d17c0e73e54397a0f3cebff08634e7231a (diff) | |
download | upstream-e97f92bbf90470329085ffe2a7610d5a413e75e2.tar.gz upstream-e97f92bbf90470329085ffe2a7610d5a413e75e2.tar.bz2 upstream-e97f92bbf90470329085ffe2a7610d5a413e75e2.zip |
apm821xx: switch to 4.14.x kernel
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index 6d711543c4..c3253322f2 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -13,7 +13,7 @@ MAINTAINER:=Chris Blake <chrisrblake93@gmail.com>, \ Christian Lamparter <chunkeey@gmail.com> SUBTARGETS:=nand sata -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 define Target/Description Build images for AppliedMicro APM821xx based boards. |