Ver Fonte

kernel: in kernel 3.6.8 and later tg3 depends on hwmon.ko

SVN-Revision: 34652
Hauke Mehrtens há 13 anos atrás
pai
commit
3a4a6cfd64

+ 1 - 1
package/kernel/modules/netdevices.mk

@@ -473,7 +473,7 @@ $(eval $(call KernelPackage,pcnet32))
 define KernelPackage/tg3
   TITLE:=Broadcom Tigon3 Gigabit Ethernet
   KCONFIG:=CONFIG_TIGON3
-  DEPENDS:=+!TARGET_brcm47xx:kmod-libphy
+  DEPENDS:=+!TARGET_brcm47xx:kmod-libphy +!LINUX_3_3:kmod-hwmon-core
   SUBMENU:=$(NETWORK_DEVICES_MENU)
   FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/tg3.ko
   AUTOLOAD:=$(call AutoLoad,50,tg3)

+ 1 - 0
target/linux/brcm47xx/base-files/lib/preinit/05_init_interfaces_brcm

@@ -26,6 +26,7 @@ check_module () {
 }
 
 init_iface() {
+	check_module hwmon
 	check_module tg3
 	insmod switch-core
 	check_module switch-robo || check_module switch-adm  || {