openwrt/target/linux/microchipsw/lan969x/target.mk
Robert Marko 88a404a2d1
microchipsw: add support for Microchip LAN969x switches
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>
2025-12-03 12:13:17 +01:00

8 lines
201 B
Makefile

SUBTARGET:=lan969x
BOARDNAME:=Microchip LAN969x switches
DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3
define Target/Description
Build firmware images for Microchip LAN969x switch based boards.
endef