1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:27:38 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14310 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-01-31 16:12:41 +00:00
parent b7784a73fe
commit 60e9044c35

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