diff options
author | Edward O'Callaghan <funfunctor@folklore1984.net> | 2017-07-30 22:49:16 +1000 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-09-05 08:43:39 +0200 |
commit | e0d6f541f731a49d49f59734d1b72b6e05e4ff9b (patch) | |
tree | 5ebec4341eda841199cf7b87345f3c9df3b78047 /target/linux/lantiq/Makefile | |
parent | 9c82861cb8b7b66c7f6554b190d9cc659ba8ec19 (diff) | |
download | upstream-e0d6f541f731a49d49f59734d1b72b6e05e4ff9b.tar.gz upstream-e0d6f541f731a49d49f59734d1b72b6e05e4ff9b.tar.bz2 upstream-e0d6f541f731a49d49f59734d1b72b6e05e4ff9b.zip |
lantiq: switch to kernel 4.9
Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index a92e181bcf..4ae3a9ab01 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -12,7 +12,7 @@ FEATURES:=squashfs SUBTARGETS:=xrx200 xway xway_legacy falcon ase MAINTAINER:=John Crispin <john@phrozen.org> -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.9 define Target/Description Build firmware images for Lantiq SoC |