diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-12-02 22:19:31 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-12-02 22:19:31 +0000 |
commit | 4454a3fb6375cf1adf17f63a54cd7660bc40caa7 (patch) | |
tree | 075c1b7d37e501eef074479fc285aa104c87fce9 /package/kernel/linux/modules/hwmon.mk | |
parent | 9c0ca6082dcfb2b4a78f4833a744bf30d3de6d59 (diff) | |
download | upstream-4454a3fb6375cf1adf17f63a54cd7660bc40caa7.tar.gz upstream-4454a3fb6375cf1adf17f63a54cd7660bc40caa7.tar.bz2 upstream-4454a3fb6375cf1adf17f63a54cd7660bc40caa7.zip |
package: kernel: update dependencies for 4.4
Update dependencies for linux 4.4 and mark as broken where source code
needs updating.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 47700
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
-rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index c649847aa6..ca0ff66172 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -83,7 +83,7 @@ define KernelPackage/hwmon-ina2xx KCONFIG:=CONFIG_SENSORS_INA2XX FILES:=$(LINUX_DIR)/drivers/hwmon/ina2xx.ko AUTOLOAD:=$(call AutoProbe,ina2xx) - $(call AddDepends/hwmon,+kmod-i2c-core) + $(call AddDepends/hwmon,+kmod-i2c-core +LINUX_4_4:kmod-regmap) endef define KernelPackage/hwmon-ina2xx/description |