diff options
| author | Pawel Dembicki | 2024-07-31 07:16:49 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-08-02 10:15:44 +0000 |
| commit | 633341c1a531a52827ae0885154c488ca37b35e3 (patch) | |
| tree | ffd801d558bbf42cb9ac6e9a164df3e46fa8cd8e | |
| parent | a8ecd8a909019ffc10cb0b17da1959edfdccb9b9 (diff) | |
| download | openwrt-633341c1a531a52827ae0885154c488ca37b35e3.tar.gz | |
layerscape: switch to 6.6 kernel
Let's start wide tests 6.6 kernel.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16037
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/layerscape/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 30b9fb8f73..e0bc544f43 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -7,8 +7,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |