diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-15 14:57:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-18 18:35:48 +0200 |
commit | ea9fab904bcb71033e71b819328d97a6e2b3de36 (patch) | |
tree | a45c3ff911c899cff37681b06f8dff46899716b2 /target/linux/sunxi/Makefile | |
parent | f7afcf19758e66e78e0adb7784520c16ba5bee21 (diff) | |
download | upstream-ea9fab904bcb71033e71b819328d97a6e2b3de36.tar.gz upstream-ea9fab904bcb71033e71b819328d97a6e2b3de36.tar.bz2 upstream-ea9fab904bcb71033e71b819328d97a6e2b3de36.zip |
sunxi: add support for kernel 4.9
Most of the patches were backpoprts from the mainline kernel and are
integrated upstream now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi/Makefile')
-rw-r--r-- | target/linux/sunxi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index f8b8aa750a..483c9eb21c 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -15,7 +15,7 @@ CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.9 KERNELNAME:=zImage dtbs # A10: Cortex-A8 |