projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ifxmips] uboot only builds with gcc 3.4.6
[openwrt.git]
/
package
/
kernel
/
modules
/
hwmon.mk
diff --git
a/package/kernel/modules/hwmon.mk
b/package/kernel/modules/hwmon.mk
index
f259a7a
..
2219d38
100644
(file)
--- a/
package/kernel/modules/hwmon.mk
+++ b/
package/kernel/modules/hwmon.mk
@@
-26,10
+26,15
@@
endef
$(eval $(call KernelPackage,hwmon-core))
$(eval $(call KernelPackage,hwmon-core))
-define KernelPackage/hwmon
-lm75
+define KernelPackage/hwmon
/Depends
SUBMENU:=$(HWMON_MENU)
SUBMENU:=$(HWMON_MENU)
+ DEPENDS:=kmod-hwmon-core $(1)
+endef
+
+
+define KernelPackage/hwmon-lm75
+$(call KernelPackage/hwmon/Depends,+kmod-i2c-core)
TITLE:=LM75 monitoring support
TITLE:=LM75 monitoring support
- DEPENDS:=kmod-hwmon-core +kmod-i2c-core
KCONFIG:=CONFIG_SENSORS_LM75
FILES:=$(LINUX_DIR)/drivers/hwmon/lm75.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,lm75)
KCONFIG:=CONFIG_SENSORS_LM75
FILES:=$(LINUX_DIR)/drivers/hwmon/lm75.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,lm75)
@@
-43,9
+48,8
@@
$(eval $(call KernelPackage,hwmon-lm75))
define KernelPackage/hwmon-lm77
define KernelPackage/hwmon-lm77
-
SUBMENU:=$(HWMON_MENU
)
+
$(call KernelPackage/hwmon/Depends,+kmod-i2c-core
)
TITLE:=LM77 monitoring support
TITLE:=LM77 monitoring support
- 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)
KCONFIG:=CONFIG_SENSORS_LM77
FILES:=$(LINUX_DIR)/drivers/hwmon/lm77.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,lm77)
@@
-58,9
+62,8
@@
endef
$(eval $(call KernelPackage,hwmon-lm77))
define KernelPackage/hwmon-lm90
$(eval $(call KernelPackage,hwmon-lm77))
define KernelPackage/hwmon-lm90
-
SUBMENU:=$(HWMON_MENU
)
+
$(call KernelPackage/hwmon/Depends,+kmod-i2c-core
)
TITLE:=LM90 monitoring support
TITLE:=LM90 monitoring support
- DEPENDS:=kmod-hwmon-core +kmod-i2c-core
KCONFIG:=CONFIG_SENSORS_LM90
FILES:=$(LINUX_DIR)/drivers/hwmon/lm90.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,lm90)
KCONFIG:=CONFIG_SENSORS_LM90
FILES:=$(LINUX_DIR)/drivers/hwmon/lm90.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,lm90)
@@
-73,9
+76,8
@@
endef
$(eval $(call KernelPackage,hwmon-lm90))
define KernelPackage/hwmon-pc87360
$(eval $(call KernelPackage,hwmon-lm90))
define KernelPackage/hwmon-pc87360
-
SUBMENU:=$(HWMON_MENU
)
+
$(call KernelPackage/hwmon/Depends,@TARGET_x86
)
TITLE:=PC87360 monitoring support
TITLE:=PC87360 monitoring support
- DEPENDS:=kmod-hwmon-core @TARGET_x86
KCONFIG:= \
CONFIG_SENSORS_PC87360 \
CONFIG_HWMON_VID
KCONFIG:= \
CONFIG_SENSORS_PC87360 \
CONFIG_HWMON_VID
@@
-92,16
+94,15
@@
endef
$(eval $(call KernelPackage,hwmon-pc87360))
define KernelPackage/hwmon-w83627hf
$(eval $(call KernelPackage,hwmon-pc87360))
define KernelPackage/hwmon-w83627hf
-
SUBMENU:=$(HWMON_MENU
)
+
$(call KernelPackage/hwmon/Depends,@TARGET_rdc||TARGET_x86
)
TITLE:=Winbond W83627HF monitoring support
TITLE:=Winbond W83627HF monitoring support
- DEPENDS:=kmod-hwmon-core @TARGET_x86||TARGET_rdc
KCONFIG:= \
CONFIG_SENSORS_W83627HF \
CONFIG_HWMON_VID
FILES:= \
$(LINUX_DIR)/drivers/hwmon/hwmon-vid.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/hwmon/w83627hf.$(LINUX_KMOD_SUFFIX)
KCONFIG:= \
CONFIG_SENSORS_W83627HF \
CONFIG_HWMON_VID
FILES:= \
$(LINUX_DIR)/drivers/hwmon/hwmon-vid.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/hwmon/w83627hf.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,50,hwmon-vid w83627h)
+ AUTOLOAD:=$(call AutoLoad,50,hwmon-vid w83627h
f
)
endef
define KernelPacakge/hwmon-w83627hf/description
endef
define KernelPacakge/hwmon-w83627hf/description
This page took
0.027709 seconds
and
4
git commands to generate.