mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
only build kmod-hwmon-pc87360 for x86
SVN-Revision: 10933
This commit is contained in:
parent
40e2538d62
commit
e569db2e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ $(eval $(call KernelPackage,hwmon-lm77))
|
|||
define KernelPackage/hwmon-pc87360
|
||||
SUBMENU:=$(HWMON_MENU)
|
||||
TITLE:=PC87360 monitoring support
|
||||
DEPENDS:=kmod-hwmon-core
|
||||
DEPENDS:=kmod-hwmon-core @TARGET_x86
|
||||
KCONFIG:= \
|
||||
CONFIG_SENSORS_PC87360 \
|
||||
CONFIG_HWMON_VID
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue