diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-25 17:37:38 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-25 19:33:28 +0200 |
commit | d686f2153ca2fd30ff9ad1e022e084b4e891106f (patch) | |
tree | 3f00bb64a319a887ccd6555c5625716df9779c89 /target | |
parent | e89373bc2308630f09f911b445fae330a627dd1d (diff) | |
download | openwrt-d686f2153ca2fd30ff9ad1e022e084b4e891106f.tar.gz openwrt-d686f2153ca2fd30ff9ad1e022e084b4e891106f.tar.bz2 openwrt-d686f2153ca2fd30ff9ad1e022e084b4e891106f.zip |
ipq40xx: move to kernel 6.1 by default
Move ipq40xx to kernel 6.1 by default.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq40xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 9af7b7d256..b494e66e5d 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,8 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 KERNELNAME:=zImage Image dtbs |