diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-05-24 14:16:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-05-24 14:16:23 +0000 |
commit | 29365f1d14173ca16ee27c2cd752d0363a5737b2 (patch) | |
tree | e0c74e52424e0967f4bccb623e3a5dd4152c81eb /package/kernel | |
parent | 85fa20921ac298ec00c8836c928ba534b69673dd (diff) | |
download | upstream-29365f1d14173ca16ee27c2cd752d0363a5737b2.tar.gz upstream-29365f1d14173ca16ee27c2cd752d0363a5737b2.tar.bz2 upstream-29365f1d14173ca16ee27c2cd752d0363a5737b2.zip |
Fix compilation of lm77 module (#3447)
SVN-Revision: 11256
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/hwmon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk index cf5571c880..8ecf6cc8a9 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -30,7 +30,7 @@ $(eval $(call KernelPackage,hwmon-core)) define KernelPackage/hwmon-lm77 SUBMENU:=$(HWMON_MENU) TITLE:=LM77 monitoring support - DEPENDS:=kmod-hwmon-core + DEPENDS:=kmod-hwmon-core kmod-i2c-core KCONFIG:=CONFIG_SENSORS_LM77 FILES:=$(LINUX_DIR)/drivers/hwmon/lm77.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,60,lm77) |