diff options
-rw-r--r-- | target/linux/layerscape/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index a974c01929..2367260252 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -6,8 +6,9 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 + +KERNEL_PATCHVER:=5.15 + FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |