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>
8 lines
201 B
Makefile
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
|