Skip to content

Commit

Permalink
kernel: remove unneeded dependency from kmod-dsa
Browse files Browse the repository at this point in the history
It doesn't need kmod-mdio-devres.

Fixes: bdd2d68 ("kernel: netdevices: add dsa support")

Signed-off-by: Rui Salvaterra <[email protected]>
  • Loading branch information
rsalvaterra committed Sep 30, 2024
1 parent 4eaa254 commit 1816d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/netdevices.mk
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ $(eval $(call KernelPackage,phy-aquantia))
define KernelPackage/dsa
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Distributed Switch Architecture support
DEPENDS:=+kmod-mdio-devres +kmod-net-selftests +kmod-phylink
DEPENDS:=+kmod-net-selftests +kmod-phylink
KCONFIG:=CONFIG_NET_DSA
FILES:=$(LINUX_DIR)/net/dsa/dsa_core.ko
endef
Expand Down

0 comments on commit 1816d2a

Please sign in to comment.