projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af1ecd
)
[package] fix tg3 libphy dependency, thanks Acinonyx
author
Florian Fainelli
<florian@openwrt.org>
Tue, 3 Feb 2009 14:26:02 +0000
(14:26 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 3 Feb 2009 14:26:02 +0000
(14:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14390
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netdevices.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netdevices.mk
b/package/kernel/modules/netdevices.mk
index
454a9f2
..
1a819ec
100644
(file)
--- a/
package/kernel/modules/netdevices.mk
+++ b/
package/kernel/modules/netdevices.mk
@@
-265,7
+265,7
@@
define KernelPackage/tg3
TITLE:=Broadcom Tigon3 Gigabit Ethernet
FILES:=$(LINUX_DIR)/drivers/net/tg3.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_TIGON3
- DEPENDS:=@LINUX_2_6 +LINUX_2_6_27
:kmod-libphy +
LINUX_2_6_28:kmod-libphy
+ DEPENDS:=@LINUX_2_6 +LINUX_2_6_27
||
LINUX_2_6_28:kmod-libphy
SUBMENU:=$(NETWORK_DEVICES_MENU)
AUTOLOAD:=$(call AutoLoad,50,tg3)
endef