kernel: fix tg3 installation
libphy is build into the kernel for brcm47xx and not as an extra module. SVN-Revision: 20344
This commit is contained in:
parent
627ebde4db
commit
5925292e14
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ define KernelPackage/tg3
|
||||||
TITLE:=Broadcom Tigon3 Gigabit Ethernet
|
TITLE:=Broadcom Tigon3 Gigabit Ethernet
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/tg3.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/net/tg3.$(LINUX_KMOD_SUFFIX)
|
||||||
KCONFIG:=CONFIG_TIGON3
|
KCONFIG:=CONFIG_TIGON3
|
||||||
DEPENDS:=@LINUX_2_6 +kmod-libphy @!TARGET_ubicom32
|
DEPENDS:=@LINUX_2_6 +!TARGET_brcm47xx:kmod-libphy @!TARGET_ubicom32
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,tg3)
|
AUTOLOAD:=$(call AutoLoad,50,tg3)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue