kernel: load libphy before tg3
SVN-Revision: 37651
This commit is contained in:
parent
290dade033
commit
0fe808d032
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ define KernelPackage/libphy
|
||||||
TITLE:=PHY library
|
TITLE:=PHY library
|
||||||
KCONFIG:=CONFIG_PHYLIB
|
KCONFIG:=CONFIG_PHYLIB
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/phy/libphy.ko
|
FILES:=$(LINUX_DIR)/drivers/net/phy/libphy.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,40,libphy)
|
AUTOLOAD:=$(call AutoLoad,15,libphy)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/libphy/description
|
define KernelPackage/libphy/description
|
||||||
|
|
Loading…
Reference in a new issue