From 7eabd9c9e539a06530a394cd6e7275c8156a4c5a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 14 May 2007 17:44:48 +0000 Subject: [PATCH] lm-sensors should only be available for x86 targets, closes #1675 SVN-Revision: 7229 --- utils/lm-sensors/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lm-sensors/Makefile b/utils/lm-sensors/Makefile index 974fd408f..c7dc3925a 100644 --- a/utils/lm-sensors/Makefile +++ b/utils/lm-sensors/Makefile @@ -25,7 +25,7 @@ define Package/lm-sensors SECTION:=utils CATEGORY:=Utilities TITLE:=lm-sensors - DEPENDS:=+sysfsutils + DEPENDS:=+sysfsutils @LINUX_2_6_X86 DESCRIPTION:=\ Utility to read hardware sensor data URL:=http://www.lm-sensors.org/ -- 2.30.2