diff options
| author | Pawel Dembicki | 2022-10-19 19:59:40 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-11-27 12:18:29 +0000 |
| commit | 23b9b01cdd612bfa46620cd505285707b164e891 (patch) | |
| tree | 686eeb7f19eaee020830df03490cd63ac43c0189 | |
| parent | afcccaad82f1ffbcb918fb95783f7c869aa57460 (diff) | |
| download | openwrt-23b9b01cdd612bfa46620cd505285707b164e891.tar.gz | |
layerscape: switch kernel testing to 5.15
Let's test layerscape with 5.15 kernel.
Run tested: LS1012A-FRDM, LS1046A-RDB (nor and sd-boot images),
LS1021A-IOT (By @ArtelMike with u-boot fix)
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
| -rw-r--r-- | target/linux/layerscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 5bdbb5bfcd..a974c01929 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |