diff options
| author | Adrian Schmutzler | 2021-11-03 21:02:42 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-11-03 22:50:56 +0000 |
| commit | 16af6535fa85de709def9e521c44e040d9512bf4 (patch) | |
| tree | 281ccf3e43a654e0f230bb17b6da623a411d9efa | |
| parent | a5e3def1822431ef6436cb493df77006dbacafd6 (diff) | |
| download | openwrt-16af6535fa85de709def9e521c44e040d9512bf4.tar.gz | |
ipq40xx: switch to kernel 5.10
There have been enough tests and new developments require the new
kernel, so let's update it.
There is a bunch of devices that do not build anymore due to
kernel size limitations. These are disabled in a subsequent commit.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| -rw-r--r-- | target/linux/ipq40xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 3d397cd992..fb003243cc 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,7 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic mikrotik -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 KERNELNAME:=zImage Image dtbs |