Skip to content

Commit

Permalink
kernel: make kmod-pcnet32 depend on kmod-mii
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 38531
  • Loading branch information
ffainelli committed Oct 25, 2013
1 parent 294a578 commit ec41ca3
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 @@ -484,7 +484,7 @@ $(eval $(call KernelPackage,3c59x))
define KernelPackage/pcnet32
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=AMD PCnet32 PCI support
DEPENDS:=@(PCI_SUPPORT||TARGET_malta)
DEPENDS:=@(PCI_SUPPORT||TARGET_malta) +kmod-mii
KCONFIG:=CONFIG_PCNET32
FILES:=$(LINUX_DIR)/drivers/net/ethernet/amd/pcnet32.ko
AUTOLOAD:=$(call AutoProbe,pcnet32)
Expand Down

0 comments on commit ec41ca3

Please sign in to comment.