diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-10-25 01:47:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-10-25 01:47:45 +0000 |
commit | ec41ca3a479c22dc5fc30e8070bf359c7abcaf10 (patch) | |
tree | 4a0edd565f47a168cf568aebd178e5d3a807b051 /package/kernel/linux | |
parent | 294a57822e56fe60af6f51911e36ecc4de9778cc (diff) | |
download | upstream-ec41ca3a479c22dc5fc30e8070bf359c7abcaf10.tar.gz upstream-ec41ca3a479c22dc5fc30e8070bf359c7abcaf10.tar.bz2 upstream-ec41ca3a479c22dc5fc30e8070bf359c7abcaf10.zip |
kernel: make kmod-pcnet32 depend on kmod-mii
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38531
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/modules/netdevices.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 6cac27a029..0bebe28ee3 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -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) |