diff options
| author | Rosen Penev | 2025-05-13 00:36:05 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-18 22:01:12 +0000 |
| commit | b0df4795b172c9a0e1afc86e28f63ddfc3a821ea (patch) | |
| tree | 901d84a8f26f3cbc76a36052c6a2614cd68ad697 | |
| parent | 4a30ded7e642f3a790bf167e0e19120576128c66 (diff) | |
| download | openwrt-b0df4795b172c9a0e1afc86e28f63ddfc3a821ea.tar.gz | |
apm821xx: enable kernel 6.12
It builds now.
Tested on Cisco Meraki MX60W.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18798
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/apm821xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index 1bbcbf5070..ac28b00211 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu dt gpio ramdisk squashfs usb SUBTARGETS:=nand sata KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build images for AppliedMicro APM821xx based boards. |