kirkwood: add 6.12 as testing kernel

Support for 6.12 is ready; add it as a testing kernel.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19069
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Pawel Dembicki 2025-06-08 10:21:48 +02:00 committed by Hauke Mehrtens
parent 66f4530c72
commit 53acaf1f3f

View file

@ -12,6 +12,7 @@ CPU_TYPE:=xscale
SUBTARGETS:=generic SUBTARGETS:=generic
KERNEL_PATCHVER:=6.6 KERNEL_PATCHVER:=6.6
KERNEL_TESTING_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk