Browse Source

kernel: fix kmod-et131x dependencies

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 37446
Hauke Mehrtens 12 years ago
parent
commit
4dbc5c64fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/netdevices.mk

+ 1 - 1
package/kernel/linux/modules/netdevices.mk

@@ -97,7 +97,7 @@ define KernelPackage/et131x
   KCONFIG:= \
   KCONFIG:= \
 	CONFIG_ET131X \
 	CONFIG_ET131X \
 	CONFIG_ET131X_DEBUG=n
 	CONFIG_ET131X_DEBUG=n
-  DEPENDS:=@PCI_SUPPORT
+  DEPENDS:=@PCI_SUPPORT +kmod-libphy
   AUTOLOAD:=$(call AutoLoad,70,et131x)
   AUTOLOAD:=$(call AutoLoad,70,et131x)
 endef
 endef