diff options
| author | Goetz Goerisch | 2025-11-23 09:06:15 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-25 18:08:18 +0000 |
| commit | cdafb1fde94229b21651d410893a5c6081577b54 (patch) | |
| tree | 81cb7d6a3eb103530f200ccd3cbd04a7e98f0584 | |
| parent | f911c2dc4427b01221ca2a4c24551740185970d6 (diff) | |
| download | openwrt-cdafb1fde94229b21651d410893a5c6081577b54.tar.gz | |
siflower: switch to kernel 6.12
switch the kernel to 6.12 by default
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20893
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/siflower/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/siflower/Makefile b/target/linux/siflower/Makefile index 0278092213..e734f06f02 100644 --- a/target/linux/siflower/Makefile +++ b/target/linux/siflower/Makefile @@ -7,8 +7,7 @@ BOARDNAME:=Siflower SoCs FEATURES:=squashfs usb usbgadget SUBTARGETS:=sf19a2890 sf21 -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |