diff options
| author | Tony Ambardar | 2024-12-29 09:39:03 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-05-29 20:46:47 +0000 |
| commit | c96db6c0131a746fb77755e02ff86bfc49005f09 (patch) | |
| tree | 416300ab605596d406fb817672b5f515c64efa3d | |
| parent | 4dae54f00476eafd7d595c1d77f9cb096623d49a (diff) | |
| download | openwrt-c96db6c0131a746fb77755e02ff86bfc49005f09.tar.gz | |
malta: 6.12: enable kernel for testing
All four subtargets build successfully and run under QEMU.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18712
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/malta/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 319e06579e..6de1c990cc 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -11,6 +11,7 @@ INITRAMFS_EXTRA_FILES:= FEATURES:=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |