projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab978d
)
kernel: add missing dependency for kernel 3.12 in tg3
author
Hauke Mehrtens
<
[email protected]
>
Wed, 30 Oct 2013 09:50:13 +0000
(09:50 +0000)
committer
Hauke Mehrtens
<
[email protected]
>
Wed, 30 Oct 2013 09:50:13 +0000
(09:50 +0000)
Signed-off-by: Hauke Mehrtens <
[email protected]
>
SVN-Revision: 38605
package/kernel/linux/modules/netdevices.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netdevices.mk
b/package/kernel/linux/modules/netdevices.mk
index 0bebe28ee32c311b0d3b4b8e9ac4e1467b15768b..665aa93b206d2e69b97d243c9e8a95a104e74f2b 100644
(file)
--- a/
package/kernel/linux/modules/netdevices.mk
+++ b/
package/kernel/linux/modules/netdevices.mk
@@
-500,7
+500,7
@@
$(eval $(call KernelPackage,pcnet32))
define KernelPackage/tg3
TITLE:=Broadcom Tigon3 Gigabit Ethernet
KCONFIG:=CONFIG_TIGON3
- DEPENDS:=+!TARGET_brcm47xx:kmod-libphy +!LINUX_3_3:kmod-hwmon-core +(LINUX_3_8||LINUX_3_9||LINUX_3_10):kmod-ptp
+ DEPENDS:=+!TARGET_brcm47xx:kmod-libphy +!LINUX_3_3:kmod-hwmon-core +(LINUX_3_8||LINUX_3_9||LINUX_3_10
||LINUX_3_12
):kmod-ptp
SUBMENU:=$(NETWORK_DEVICES_MENU)
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/tg3.ko
AUTOLOAD:=$(call AutoLoad,19,tg3,1)