mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:24:40 +01:00
Add a new microchipsw target aimed add supporting Microchip switch SoC-s. Start by supporting LAN969x SoC-s as the first subtarget. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
20 lines
388 B
Makefile
20 lines
388 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=microchipsw
|
|
BOARDNAME:=Microchip switches
|
|
FEATURES:=squashfs ramdisk fpu rtc emmc source-only
|
|
KERNELNAME:=Image
|
|
CPU_TYPE:=cortex-a53
|
|
SUBTARGETS:=lan969x
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
kmod-leds-gpio \
|
|
uboot-envtools \
|
|
ethtool-full
|
|
|
|
$(eval $(call BuildTarget))
|