mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 03:43:48 +01:00
Now that DCB is enabled by default, it makes sense to include it on
lan969x.
While we are here, lets include ip-bridge as these devices are switches
and the Busybox applet does not expose enough functionality.
These devices have no space constraints.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
(cherry picked from commit 51710e9dd4)
13 lines
359 B
Makefile
13 lines
359 B
Makefile
SUBTARGET:=lan969x
|
|
BOARDNAME:=Microchip LAN969x switches
|
|
FEATURES+= boot-part rootfs-part
|
|
|
|
DEFAULT_PACKAGES += kmod-sparx5-switch kmod-sfp kmod-phy-micrel \
|
|
kmod-usb3 kmod-usb-dwc3 \
|
|
e2fsprogs kmod-fs-ext4 losetup \
|
|
kmod-fs-f2fs f2fs-tools \
|
|
ip-bridge dcb
|
|
|
|
define Target/Description
|
|
Build firmware images for Microchip LAN969x switch based boards.
|
|
endef
|