diff options
| author | Tianling Shen | 2025-05-02 11:11:43 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-14 15:22:52 +0000 |
| commit | 53b213b99b9ff801336a44354b9f163847b2a13b (patch) | |
| tree | c72bb72427b30657582f043573baae2c71c4163c | |
| parent | 966b365614cafa3641fdc305b544967883575b7b (diff) | |
| download | openwrt-53b213b99b9ff801336a44354b9f163847b2a13b.tar.gz | |
rockchip: add kernel 6.12 as testing kernel
Add kernel 6.12 as testing kernel.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/18683
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -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 26af6855ac..0364c55a32 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:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build firmware image for Rockchip SoC devices. |