aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/hwmon.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-07-14 12:59:00 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-07-14 12:59:00 +0000
commit5b1af986f6235139f5fedfa97f341bc20a896ef4 (patch)
treec2c4d81c36594792766b89bc04abeb4a63e05473 /package/kernel/linux/modules/hwmon.mk
parentfe0b737198ca1d8a6b31605f183d4f5e17bd2643 (diff)
downloadmaster-187ad058-5b1af986f6235139f5fedfa97f341bc20a896ef4.tar.gz
master-187ad058-5b1af986f6235139f5fedfa97f341bc20a896ef4.tar.bz2
master-187ad058-5b1af986f6235139f5fedfa97f341bc20a896ef4.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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37284 3c298f89-4303-0410-b956-a3cf2f4a3e73
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