mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-21 14:54:29 +04: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>
9 lines
201 B
Makefile
9 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
|