[openwrt/openwrt] ipq806x: switch default to 6.6
LEDE Commits
lede-commits at lists.infradead.org
Fri Apr 26 03:31:04 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fd36d4a7ab25273ab264f044ecb5b75366cc54bd
commit fd36d4a7ab25273ab264f044ecb5b75366cc54bd
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Apr 26 12:26:53 2024 +0200
ipq806x: switch default to 6.6
Switch default kernel version for ipq806x to 6.6.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/ipq806x/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index cd6f3dc2d3..6bb93d9725 100644
--- a/target/linux/ipq806x/Makefile
+++ b/target/linux/ipq806x/Makefile
@@ -10,8 +10,7 @@ CPU_TYPE:=cortex-a15
CPU_SUBTYPE:=neon-vfpv4
SUBTARGETS:=generic chromium
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
KERNELNAME:=zImage Image dtbs
More information about the lede-commits
mailing list