Skip to content
Snippets Groups Projects
Commit c27492ab authored by Florian Fainelli's avatar Florian Fainelli
Browse files

add libphy module to tg3 driver package - fixes unresolved symbols (#4353)

SVN-Revision: 14310
parent 0da13fa8
No related branches found
No related tags found
No related merge requests found
...@@ -254,6 +254,10 @@ define KernelPackage/tg3 ...@@ -254,6 +254,10 @@ define KernelPackage/tg3
DEPENDS:=@LINUX_2_6 DEPENDS:=@LINUX_2_6
SUBMENU:=$(NETWORK_DEVICES_MENU) SUBMENU:=$(NETWORK_DEVICES_MENU)
AUTOLOAD:=$(call AutoLoad,50,tg3) AUTOLOAD:=$(call AutoLoad,50,tg3)
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.27)),1)
FILES+=$(LINUX_DIR)/drivers/net/phy/libphy.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,40,libphy tg3)
endif
endef endef
define KernelPackage/tg3/description define KernelPackage/tg3/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment