[packages] lm-sensors: update to 3.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32152 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1e4ecdc844
commit
40b1bd9d6b
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2011 OpenWrt.org
|
# Copyright (C) 2006-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lm-sensors
|
PKG_NAME:=lm-sensors
|
||||||
PKG_VERSION:=3.3.0
|
PKG_VERSION:=3.3.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=lm_sensors-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=lm_sensors-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://dl.lm-sensors.org/lm-sensors/releases
|
PKG_SOURCE_URL:=http://dl.lm-sensors.org/lm-sensors/releases
|
||||||
PKG_MD5SUM:=5eb18d7531ead4f54f28a1133a606535
|
PKG_MD5SUM:=f357ba00b080ab102a170f7bf8bb2578
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/lm_sensors-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/lm_sensors-$(PKG_VERSION)
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
@ -23,7 +23,6 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/lm-sensors/Default
|
define Package/lm-sensors/Default
|
||||||
DEPENDS:=+sysfsutils
|
DEPENDS:=+sysfsutils
|
||||||
URL:=http://www.lm-sensors.org/
|
URL:=http://www.lm-sensors.org/
|
||||||
MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lm-sensors
|
define Package/lm-sensors
|
||||||
@ -50,11 +49,11 @@ define Package/libsensors
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lm-sensors/description
|
define Package/lm-sensors/description
|
||||||
Utility to read hardware sensor data
|
utility to read hardware sensor data
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lm-sensors-detect/description
|
define Package/lm-sensors-detect/description
|
||||||
Script to autodetect sensor hardware
|
script to autodetect sensor hardware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libsensors/description
|
define Package/libsensors/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user