diff options
| author | Christian Marangi | 2025-11-21 22:38:18 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-22 09:11:17 +0000 |
| commit | c2b3bb66e007679671c10f1188c2833e0999b26a (patch) | |
| tree | 8ded28748124dc70df6f3a3eb6639ddbd9e0d474 | |
| parent | f9802d70c633e5c502466e7b276613362967c8cb (diff) | |
| download | openwrt-c2b3bb66e007679671c10f1188c2833e0999b26a.tar.gz | |
apm821xx: switch to kernel 6.12
Move the apm821xx target to kernel 6.12 by default.
Link: https://github.com/openwrt/openwrt/pull/20855
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/apm821xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index ac28b00211..dc1997719f 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -9,8 +9,7 @@ CPU_TYPE:=464fp FEATURES:=fpu dt gpio ramdisk squashfs usb SUBTARGETS:=nand sata -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 define Target/Description Build images for AppliedMicro APM821xx based boards. |