1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/microchipsw/lan969x/target.mk
Robert Marko b300a9e63d microchipsw: lan969x: use network driver as a module
Due to PTP conflicts with CONFIG_ALL_KMODS which causes the end images
to end up with no switchdev driver included, lets switch to using the
switchdev and PHY drivers as modules instead.

Fixes: 88a404a2d1 ("microchipsw: add support for Microchip LAN969x switches")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2026-01-21 16:25:42 +01:00

12 lines
342 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
define Target/Description
Build firmware images for Microchip LAN969x switch based boards.
endef