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/openct | |
parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openct')
-rw-r--r-- | package/openct/Config.in | 8 | ||||
-rw-r--r-- | package/openct/Makefile | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/package/openct/Config.in b/package/openct/Config.in deleted file mode 100644 index 082ae18a3..000000000 --- a/package/openct/Config.in +++ /dev/null @@ -1,8 +0,0 @@ -config ADK_PACKAGE_OPENCT - prompt "openct............................ openct" - tristate - default n - select ADK_PACKAGE_LIBLTDL - select ADK_PACKAGE_LIBUSB - help - openct diff --git a/package/openct/Makefile b/package/openct/Makefile index 0a53477be..d110e5c02 100644 --- a/package/openct/Makefile +++ b/package/openct/Makefile @@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= openct PKG_VERSION:= 0.6.16 PKG_RELEASE:= 1 +PKG_BUILDDEP+= libtool libusb PKG_MD5SUM:= d8d8c63269985303a303a218c4b953d7 PKG_DESCR:= drivers for several smart card readers PKG_SECTION:= libs |