mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-21 12:21:38 +01:00
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>
19 lines
335 B
Makefile
19 lines
335 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mipsel
|
|
BOARD:=siflower
|
|
BOARDNAME:=Siflower SoCs
|
|
FEATURES:=squashfs usb usbgadget
|
|
SUBTARGETS:=sf19a2890 sf21
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|