mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
kernel: netdev: make kmod-of-mdio conflict with x86
CONFIG_MDIO_OF depends on CONFIG_OF which is not enabled for x86. Fixes builds of x86 with Kernel 5.10 due to unresolved dependencies. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
37958f0d11
commit
7cea19c2ce
@ -1006,7 +1006,7 @@ $(eval $(call KernelPackage,forcedeth))
|
|||||||
define KernelPackage/of-mdio
|
define KernelPackage/of-mdio
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=OpenFirmware MDIO support
|
TITLE:=OpenFirmware MDIO support
|
||||||
DEPENDS:=+kmod-libphy
|
DEPENDS:=+kmod-libphy @!TARGET_x86
|
||||||
KCONFIG:=CONFIG_OF_MDIO
|
KCONFIG:=CONFIG_OF_MDIO
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/net/phy/fixed_phy.ko \
|
$(LINUX_DIR)/drivers/net/phy/fixed_phy.ko \
|
||||||
|
Loading…
Reference in New Issue
Block a user