diff options
author | Andy Boyett <agb@openwrt.org> | 2008-04-23 21:46:02 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-04-23 21:46:02 +0000 |
commit | e569db2e4b663f5a6e9ff17908a94243df565a20 (patch) | |
tree | fb57521637753f5f504c2bce3218480eecad78be | |
parent | 40e2538d62e4b3627699c91beaf613bc58753dec (diff) | |
download | upstream-e569db2e4b663f5a6e9ff17908a94243df565a20.tar.gz upstream-e569db2e4b663f5a6e9ff17908a94243df565a20.tar.bz2 upstream-e569db2e4b663f5a6e9ff17908a94243df565a20.zip |
only build kmod-hwmon-pc87360 for x86
SVN-Revision: 10933
-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 a898f6e043..cf5571c880 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -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 |