| Date: | 2010-03-21 15:09:24 (3 years 2 months ago) |
|---|---|
| Author: | hauke |
| Commit: | 39c3b81b390d6fce3254bc8c9baac3bbd0d88e30 |
| Message: | kernel: fix tg3 installation libphy is build into the kernel for brcm47xx and not as an extra module. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20344 3c298f89-4303-0410-b956-a3cf2f4a3e73 |
| Files: |
package/kernel/modules/netdevices.mk (1 diff) |
Change Details
| package/kernel/modules/netdevices.mk | ||
|---|---|---|
| 290 | 290 | TITLE:=Broadcom Tigon3 Gigabit Ethernet |
| 291 | 291 | FILES:=$(LINUX_DIR)/drivers/net/tg3.$(LINUX_KMOD_SUFFIX) |
| 292 | 292 | KCONFIG:=CONFIG_TIGON3 |
| 293 | DEPENDS:=@LINUX_2_6 +kmod-libphy @!TARGET_ubicom32 | |
| 293 | DEPENDS:=@LINUX_2_6 +!TARGET_brcm47xx:kmod-libphy @!TARGET_ubicom32 | |
| 294 | 294 | SUBMENU:=$(NETWORK_DEVICES_MENU) |
| 295 | 295 | AUTOLOAD:=$(call AutoLoad,50,tg3) |
| 296 | 296 | endef |
