diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-25 23:20:20 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-05-29 19:44:31 +0200 |
commit | 086b42c3cb251f3e2380db6ed40a1f235c86f403 (patch) | |
tree | 592e83fec9697798a597fe6ecf3791706f93fe2d | |
parent | 9daae7942d1b1598bac5ee348d8db054d58e9386 (diff) |
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>
-rw-r--r-- | target/linux/rockchip/Makefile | 1 |
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. |