Browse Source

kernel: add missing dependency for kernel 3.12 in tg3

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 38605
Hauke Mehrtens 12 years ago
parent
commit
b81685f0a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/netdevices.mk

+ 1 - 1
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)