From c6e2eec2888234537f1847aac94013abfe9afc78 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Wed, 2 Feb 2011 18:52:31 +0000 Subject: [PATCH] [packages] digitemp: Add ds9097u support (#8778) git-svn-id: svn://svn.openwrt.org/openwrt/packages@25318 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/digitemp/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/digitemp/Makefile b/utils/digitemp/Makefile index b4fdce311..cdbabaff6 100644 --- a/utils/digitemp/Makefile +++ b/utils/digitemp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=digitemp PKG_VERSION:=3.6.0 -PKG_RELEASE:=3 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.digitemp.com/software/linux @@ -59,7 +59,7 @@ define Build/Compile -I./src -I./userial" \ LIBS="$(TARGET_LDFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ - ds9097 + ds9097 ds9097u $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -DLINUX $(TARGET_CPPFLAGS) \ @@ -71,7 +71,7 @@ endef define Package/digitemp/install $(INSTALL_DIR) $(1)/usr/bin/ - $(CP) $(PKG_BUILD_DIR)/digitemp_DS9097 $(1)/usr/bin/ + $(CP) $(PKG_BUILD_DIR)/digitemp_{DS9097,DS9097U} $(1)/usr/bin/ endef define Package/digitemp-usb/install