diff options
| author | Mieczyslaw Nalewaj | 2025-07-06 12:37:27 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-07-07 18:30:26 +0000 |
| commit | 3402384f173727daa90d3ff21af1472b6c21f8b5 (patch) | |
| tree | 72d2f14bd02e545c0985115ecd372ac91e3121d9 | |
| parent | 405ff49edcfd863c8a8f4a0c99903a41a65b524f (diff) | |
| download | openwrt-3402384f173727daa90d3ff21af1472b6c21f8b5.tar.gz | |
ramips: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/19320
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/ramips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 03aa8879c1..02597e13af 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=MediaTek Ralink MIPS SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 FEATURES:=squashfs gpio -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. |