mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-04-22 11:41:50 +02:00
Add the 6.18 kernel config and allow selecting it as testing kernel. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
22 lines
406 B
Makefile
22 lines
406 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=microchipsw
|
|
BOARDNAME:=Microchip switches
|
|
FEATURES:=squashfs ramdisk fpu rtc emmc
|
|
KERNELNAME:=Image
|
|
CPU_TYPE:=cortex-a53
|
|
SUBTARGETS:=lan969x
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
KERNEL_TESTING_PATCHVER:=6.18
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
kmod-leds-gpio \
|
|
uboot-envtools \
|
|
ethtool-full
|
|
|
|
$(eval $(call BuildTarget))
|