summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/hwmon.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-07-14 12:59:00 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-07-14 12:59:00 +0000
commitef0b9be95e18795c9eabdec012a73c70bca70ac5 (patch)
treee97daaff283f18b3dcb6896a648c652bdf705b74 /package/kernel/linux/modules/hwmon.mk
parent656d47504330936d80e80c918b25d8a4f7eb3675 (diff)
downloadmaster-31e0f0ae-ef0b9be95e18795c9eabdec012a73c70bca70ac5.tar.gz
master-31e0f0ae-ef0b9be95e18795c9eabdec012a73c70bca70ac5.tar.bz2
master-31e0f0ae-ef0b9be95e18795c9eabdec012a73c70bca70ac5.zip
brcm47xx: do not load the kernel modules needed for Ethernet manually
add the boot flag to make the kernel modules needed for Ethernet and diag load on startup. SVN-Revision: 37284
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
-rw-r--r--package/kernel/linux/modules/hwmon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk
index 969e8fa3aa..3df70f47bf 100644
--- a/package/kernel/linux/modules/hwmon.mk
+++ b/package/kernel/linux/modules/hwmon.mk
@@ -15,7 +15,7 @@ define KernelPackage/hwmon-core
CONFIG_HWMON_DEBUG_CHIP=n
FILES:= \
$(LINUX_DIR)/drivers/hwmon/hwmon.ko
- AUTOLOAD:=$(call AutoLoad,40,hwmon)
+ AUTOLOAD:=$(call AutoLoad,17,hwmon,1)
endef
define KernelPackage/hwmon-core/description