From 48b3129800b67efa8433903e312195510b03f60a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:05 +0100 Subject: [PATCH] lm_sensors: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/lm_sensors/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/lm_sensors/meta b/packages/sysutils/lm_sensors/meta index 45be2b8743..49cc0f5c69 100644 --- a/packages/sysutils/lm_sensors/meta +++ b/packages/sysutils/lm_sensors/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="lm_sensors: Hardware monitoring via the SMBus" PKG_LONGDESC="lm_sensors is a package to get data from the SMB (System Management Bus - an i2c bus) on modern mainboards. It consists of kernel modules and users space tools to get stuff like cpu / mb temperature, voltages, fan speed..." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"