summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netdevices.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-15 19:15:42 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-15 19:15:42 +0000
commite326074af0cbd76675edb3a8874e33e5164a8811 (patch)
tree220b2b6708167a6b8cffd0a2fc0e74dc014a9e4b /package/kernel/modules/netdevices.mk
parent5df57010b8afe0ec77275ba1d04f65a09ef2c2f2 (diff)
[package] kmod-r6040 depends on kmod-libphy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29162 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/netdevices.mk')
-rw-r--r--package/kernel/modules/netdevices.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk
index 400436cad..511ca7be4 100644
--- a/package/kernel/modules/netdevices.mk
+++ b/package/kernel/modules/netdevices.mk
@@ -181,7 +181,7 @@ $(eval $(call KernelPackage,natsemi))
define KernelPackage/r6040
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=RDC Fast-Ethernet support
- DEPENDS:=@TARGET_rdc
+ DEPENDS:=@TARGET_rdc +kmod-libphy
KCONFIG:=CONFIG_R6040 \
CONFIG_R6040_NAPI=y
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.2)),1)