summaryrefslogtreecommitdiffstats
path: root/target/linux/rockchip
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-05-25 23:20:20 +0800
committerNick Hainke <vincent@systemli.org>2023-05-29 19:44:31 +0200
commit086b42c3cb251f3e2380db6ed40a1f235c86f403 (patch)
tree592e83fec9697798a597fe6ecf3791706f93fe2d /target/linux/rockchip
parent9daae7942d1b1598bac5ee348d8db054d58e9386 (diff)
downloadopenwrt-086b42c3cb251f3e2380db6ed40a1f235c86f403.tar.gz
openwrt-086b42c3cb251f3e2380db6ed40a1f235c86f403.tar.bz2
openwrt-086b42c3cb251f3e2380db6ed40a1f235c86f403.zip
rockchip: enable testing kernel version with 6.1 version
Enable testing kernel version with 6.1 kernel version. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r--target/linux/rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile
index 7b04bfdb21..f17f0bdf49 100644
--- a/target/linux/rockchip/Makefile
+++ b/target/linux/rockchip/Makefile
@@ -8,6 +8,7 @@ FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-pa
SUBTARGETS:=armv8
KERNEL_PATCHVER:=5.15
+KERNEL_TESTING_PATCHVER:=6.1
define Target/Description
Build firmware image for Rockchip SoC devices.