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

SVN-Revision: 14310
This commit is contained in:
Florian Fainelli 2009-01-31 16:12:41 +00:00
parent 0da13fa8ba
commit c27492ab1c

View File

@ -254,6 +254,10 @@ define KernelPackage/tg3
DEPENDS:=@LINUX_2_6
SUBMENU:=$(NETWORK_DEVICES_MENU)
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
define KernelPackage/tg3/description