From: Florian Fainelli Date: Tue, 15 Nov 2011 19:15:42 +0000 (+0000) Subject: kmod-r6040 depends on kmod-libphy X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d589ac09393d798f9d188d73407a30b223c0be78;p=librecmc%2Flibrecmc.git kmod-r6040 depends on kmod-libphy SVN-Revision: 29162 --- diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk index 400436cadc..511ca7be41 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)