forked from mirror/openwrt
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>
12 lines
342 B
Makefile
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
|