pcsc-lite: update to version 1.8.18

Support for GnuK token is included in this release, remove patches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2016-09-19 18:38:08 +02:00
parent ce5228c794
commit f5c2adfcf1
30 changed files with 10 additions and 2719 deletions

View File

@@ -1,14 +1,15 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2009-2011 OpenWrt.org
START=50
SERVICE_PID_FILE=/var/run/pcscd/pcscd.pid
USE_PROCD=1
start() {
service_start /usr/sbin/pcscd
start_service() {
procd_open_instance
procd_set_param command /usr/sbin/pcscd --foreground
procd_close_instance
}
stop() {
service_stop /usr/sbin/pcscd
reload_service() {
/usr/sbin/pcscd --hotplug
}