From 29393d0e8a394849d0a46e5af1f726f16cfab04a Mon Sep 17 00:00:00 2001 From: acinonyx Date: Sat, 5 Sep 2009 19:55:00 +0000 Subject: [PATCH] [packages] lm-sensors: Fix libsensors dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@17519 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/lm-sensors/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/lm-sensors/Makefile b/utils/lm-sensors/Makefile index 84b9fbaa2..8f3a80e99 100644 --- a/utils/lm-sensors/Makefile +++ b/utils/lm-sensors/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -23,14 +23,14 @@ define Package/lm-sensors/Default SECTION:=utils CATEGORY:=Utilities TITLE:=lm-sensors - DEPENDS:=+sysfsutils libsensors @LINUX_2_6 + DEPENDS:=+sysfsutils @LINUX_2_6 URL:=http://www.lm-sensors.org/ endef define Package/lm-sensors $(call Package/lm-sensors/Default) TITLE+= (programs) - DEPENDS+= @TARGET_x86 + DEPENDS+= +libsensors @TARGET_x86 endef define Package/libsensors