diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-27 20:04:51 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-27 20:04:51 +0300 |
commit | 8c9b2a24cb85b6ad16046e8f73bb8680eef4396f (patch) | |
tree | 4fe0dab2ec03f3bae8a92f083d8ea925999abaee /utils/pcsc-lite | |
parent | 11a755b32350d6acd6c14503b313ac92e12f8d09 (diff) |
cmdpad, pcsc-lite, slide-switch, stoken: shorten title
Longest package titles are not shown in the menuconfig,
which decreases manuconfig usability.
Shorten some of the longest titles.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'utils/pcsc-lite')
-rw-r--r-- | utils/pcsc-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index dc96467c5..e9ebe6452 100644 --- a/utils/pcsc-lite/Makefile +++ b/utils/pcsc-lite/Makefile @@ -24,7 +24,7 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/pcsc-lite/Default - TITLE:=Middleware to access a smart card using SCard API (PC/SC). + TITLE:=Access a smart card using SCard API (PC/SC) URL:=http://pcsclite.alioth.debian.org/ endef |