[openwrt/openwrt] layerscape: add 6.6 testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Sat May 25 11:19:49 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1b24cbeede332b461a917355a7b04c12b4869769
commit 1b24cbeede332b461a917355a7b04c12b4869769
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Wed Mar 27 13:12:11 2024 +0100
layerscape: add 6.6 testing kernel
Support is ready. Let's enable 6.6 as testing version.
Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
---
target/linux/layerscape/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile
index 79aa8f1474..30b9fb8f73 100644
--- a/target/linux/layerscape/Makefile
+++ b/target/linux/layerscape/Makefile
@@ -8,6 +8,7 @@ BOARD:=layerscape
BOARDNAME:=NXP Layerscape
KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
SUBTARGETS:=armv8_64b armv7
More information about the lede-commits
mailing list