diff options
| author | Paul Spooren | 2021-12-29 13:13:13 +0000 |
|---|---|---|
| committer | Paul Spooren | 2022-01-19 08:44:26 +0000 |
| commit | 522e414dcbe478fa150a49b743e15999026bf774 (patch) | |
| tree | c2ca5bcfcb4ca334bdad414de35f63cc024af10e | |
| parent | 08d9f6e3020b4a149b2007b6ed7d684c49af9bbf (diff) | |
| download | openwrt-522e414dcbe478fa150a49b743e15999026bf774.tar.gz | |
layerscape: switch to 5.10 Kernel
Tested by multiple users and since all targets need to be on Kernel 5.10
to be part of the next release, add changes.
Signed-off-by: Paul Spooren <mail@aparcar.org>
| -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 8b8ca29317..5bdbb5bfcd 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |