diff options
| author | Pawel Dembicki | 2025-06-08 11:51:07 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-08-17 17:00:58 +0000 |
| commit | 8a22855636d2e33c2270cdd49b55a4b0d96eec70 (patch) | |
| tree | 462da8d0aa85fd1817ca012b07f531d940a496cf | |
| parent | 5bbb991f965aaa81c061890d53d7092639d7fc49 (diff) | |
| download | openwrt-8a22855636d2e33c2270cdd49b55a4b0d96eec70.tar.gz | |
layerscape: add 6.12 testing kernel
The support is done. Let's set 6.12 as testing kernel.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/layerscape/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index e0bc544f43..50dd63e599 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -8,6 +8,7 @@ BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |