diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
commit | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch) | |
tree | d1bf8edcf012880df29e52bf326b96c18c624dab /package/digitemp | |
parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/digitemp')
-rw-r--r-- | package/digitemp/Config.in | 17 | ||||
-rw-r--r-- | package/digitemp/Makefile | 1 |
2 files changed, 1 insertions, 17 deletions
diff --git a/package/digitemp/Config.in b/package/digitemp/Config.in deleted file mode 100644 index 2c1152661..000000000 --- a/package/digitemp/Config.in +++ /dev/null @@ -1,17 +0,0 @@ -config ADK_PACKAGE_DIGITEMP - prompt "digitemp.......................... Simple Tool to read 1-wire temperature sensors" - tristate - default n - select ADK_PACKAGE_LIBUSB - help - DigiTemp is a simple to use program for reading values from - 1-wire devices. Its main use is for reading temperature - sensors, but it also reads counters, and understands the - 1-wire hubs with devices on different branches of the - network. DigiTemp now supports the following 1-wire - temperature sensors: DS18S20 (and DS1820), DS18B20, DS1822, - the DS2438 Smart Battery Monitor, DS2422 and DS2423 - Counters, DS2409 MicroLAN Coupler (used in 1-wire hubs), and - the AAG TAI-8540 humidity sensor. - - http://www.digitemp.com/ diff --git a/package/digitemp/Makefile b/package/digitemp/Makefile index 13cc6bedc..a03d7e1f1 100644 --- a/package/digitemp/Makefile +++ b/package/digitemp/Makefile @@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= digitemp PKG_VERSION:= 3.6.0 PKG_RELEASE:= 1 +PKG_BUILDDEP+= libusb libusb-compat PKG_MD5SUM:= 9be2e48db37920f21925ae6e88f83b84 PKG_DESCR:= simple to use program for reading values from 1-wire devices PKG_SECTION:= misc |