diff options
| author | Pawel Dembicki | 2024-03-01 08:01:45 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-01 17:29:09 +0000 |
| commit | 73f99b6849f3d0c40b1da6a5b35b69578b72d7d1 (patch) | |
| tree | 0a9d1261b3e6a0755b22cc58444724a6c92411a3 | |
| parent | 84331215e57090a9cdae4af75af2539c39cd7de7 (diff) | |
| download | openwrt-73f99b6849f3d0c40b1da6a5b35b69578b72d7d1.tar.gz | |
layerscape: switch kernel to 6.1 version
It was testing since couple months. Lets switch it to 6.1 by default for
wide testing.
Signed-off-by: Pawel Dembicki <paweldembicki@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 4ddd348d13..79aa8f1474 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:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |