mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 08:23:10 +01:00
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Set KERNEL_TESTING_PATCHVER to allow testing Linux 6.12. Signed-off-by: Zhu Yujie <libriunc@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20555 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
19 lines
364 B
Makefile
19 lines
364 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.6
|
|
KERNEL_TESTING_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|