mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-01 16:11:04 +02:00
Now that 6.18 is stable there is no point in keeping 6.12 around. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
21 lines
376 B
Makefile
21 lines
376 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.18
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
kmod-leds-gpio \
|
|
uboot-envtools \
|
|
ethtool-full
|
|
|
|
$(eval $(call BuildTarget))
|