diff options
| author | Andre Heider | 2025-05-07 06:53:22 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2025-08-22 18:18:16 +0000 |
| commit | db0b0e14be4ce3cb39d89dfff1a2cba10a91b17c (patch) | |
| tree | 93acda3be0b8e8236373e5608bd6c40e836a48bb | |
| parent | 9273904ac7571728668c2cfa4474e1f55c2604d7 (diff) | |
| download | openwrt-db0b0e14be4ce3cb39d89dfff1a2cba10a91b17c.tar.gz | |
omap: enable 6.12 testing kernel
The omap target now supports 6.12 kernel as testing.
Signed-off-by: Andre Heider <a.heider@gmail.com>
| -rw-r--r-- | target/linux/omap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 67db2aa07d..ba432ca103 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -13,6 +13,7 @@ CPU_SUBTYPE:=vfpv3 SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 KERNELNAME:=zImage dtbs |