]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
microchipsw: lan969x: include ip-bridge and dcb tools 21695/head
authorRobert Marko <robert.marko@sartura.hr>
Sun, 25 Jan 2026 13:44:45 +0000 (14:44 +0100)
committerRobert Marko <robert.marko@sartura.hr>
Sun, 25 Jan 2026 21:10:22 +0000 (22:10 +0100)
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>
target/linux/microchipsw/lan969x/target.mk

index 86aa3081b2cfe3eeae52412d6e56cc72189f84fe..8d25b550ba300422a9aa6de6a4fec41cec5ee237 100644 (file)
@@ -5,7 +5,8 @@ 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
+       kmod-fs-f2fs f2fs-tools \
+       ip-bridge dcb
 
 define Target/Description
        Build firmware images for Microchip LAN969x switch based boards.