diff options
| author | Robert Marko | 2026-01-25 13:44:45 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-25 21:14:23 +0000 |
| commit | fc40e08c5b9194057ea854dd9737c2d7db701efe (patch) | |
| tree | 849765a6ecad7ee14e12c3f13a706260bdd6149f | |
| parent | 24077b988549a6e366990fc8e61b3611f0536f43 (diff) | |
| download | openwrt-fc40e08c5b9194057ea854dd9737c2d7db701efe.tar.gz | |
microchipsw: lan969x: include ip-bridge and dcb tools
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 51710e9dd457e7c486f901736270d8da267d70a5)
| -rw-r--r-- | target/linux/microchipsw/lan969x/target.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/microchipsw/lan969x/target.mk b/target/linux/microchipsw/lan969x/target.mk index 86aa3081b2..8d25b550ba 100644 --- a/target/linux/microchipsw/lan969x/target.mk +++ b/target/linux/microchipsw/lan969x/target.mk @@ -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. |