diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-25 11:38:08 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-26 15:10:03 +0200 |
commit | 940c522cf694b87a58a20152401d9dbe7f0a935c (patch) | |
tree | 68866122f1142652ac97d52afa71cbb3b60cb08f /utils/lm-sensors/Makefile | |
parent | 22cd46729075d1626ba4a9bfff2c4e31de2ea84d (diff) |
lm-sensors: fix musl compatibility
Only use `asm/io.h` for uClibc, else include `sys/io.h`
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'utils/lm-sensors/Makefile')
-rw-r--r-- | utils/lm-sensors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lm-sensors/Makefile b/utils/lm-sensors/Makefile index 02faccb15..4dcea0caf 100644 --- a/utils/lm-sensors/Makefile +++ b/utils/lm-sensors/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lm-sensors PKG_VERSION:=3.3.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=lm_sensors-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://dl.lm-sensors.org/lm-sensors/releases |