[openwrt/openwrt] omap: switch to kernel 6.6
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 15 15:21:50 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1822332bc5c94defe8a8c59f221137745ac7a904
commit 1822332bc5c94defe8a8c59f221137745ac7a904
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Sun Aug 4 16:10:49 2024 +0200
omap: switch to kernel 6.6
Switch to Linux 6.6.
Signed-off-by: Andre Heider <a.heider at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16099
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/omap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
index a3c61efc9a..67db2aa07d 100644
--- a/target/linux/omap/Makefile
+++ b/target/linux/omap/Makefile
@@ -12,7 +12,7 @@ CPU_TYPE:=cortex-a8
CPU_SUBTYPE:=vfpv3
SUBTARGETS:=generic
-KERNEL_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.6
KERNELNAME:=zImage dtbs
More information about the lede-commits
mailing list