diff options
| author | Martin Schiller | 2021-11-03 09:46:35 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2021-12-13 22:22:29 +0000 |
| commit | 7e35d86ca2d272a9ae484f08e75625c24ea80a37 (patch) | |
| tree | b572d8c590913fc8ad3cb9c1fc5916437df52673 | |
| parent | 0a9454918d46d2d48fd7efcff6f5c8956348c3fc (diff) | |
| download | openwrt-7e35d86ca2d272a9ae484f08e75625c24ea80a37.tar.gz | |
layerscape: add kernel 5.10 as testing version
This patch adds "KERNEL_TESTING_PATCHVER:=5.10" to the Makefile in
layerscape target to allow using Kernel 5.10 for testing.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
| -rw-r--r-- | target/linux/layerscape/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 71034224ab..8b8ca29317 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |