summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2021-02-26 17:15:34 +0100
committerPetr Štetiar <ynezz@true.cz>2021-03-03 22:51:39 +0100
commitda6c5b6db26410efeae25ac4b5c739267ec6472d (patch)
tree4f1791bc9e3247da49e56cf4f7d7d52abe41f6b9
parent26ae69fd037e0b7dd700f62d6e2606d826fcf79b (diff)
downloadopenwrt-da6c5b6db26410efeae25ac4b5c739267ec6472d.tar.gz
openwrt-da6c5b6db26410efeae25ac4b5c739267ec6472d.tar.bz2
openwrt-da6c5b6db26410efeae25ac4b5c739267ec6472d.zip
imx6: add 5.10 as testing kernel
So anyone interested can help with testing. Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--target/linux/imx6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index 65fd92ed49..6582c83869 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -12,7 +12,7 @@ CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon
KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.4
+KERNEL_TESTING_PATCHVER:=5.10
include $(INCLUDE_DIR)/target.mk