From 0afd6f46d986e6e339d3bb2d2a62a0e41d705957 Mon Sep 17 00:00:00 2001 From: Markus Wigge Date: Thu, 19 Nov 2009 14:52:12 +0000 Subject: [PATCH] digitemp-usb contained the wrong binary. fixed it. SVN-Revision: 18453 --- utils/digitemp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/digitemp/Makefile b/utils/digitemp/Makefile index d5ca41ff05..be593dd50e 100644 --- a/utils/digitemp/Makefile +++ b/utils/digitemp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=digitemp PKG_VERSION:=3.6.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.digitemp.com/software/linux @@ -76,7 +76,7 @@ endef define Package/digitemp-usb/install mkdir -p $(1)/usr/bin/ - $(CP) $(PKG_BUILD_DIR)/digitemp_DS9097 $(1)/usr/bin/ + $(CP) $(PKG_BUILD_DIR)/digitemp_DS2490 $(1)/usr/bin/ endef $(eval $(call BuildPackage,digitemp)) -- 2.30.2