Community maintained packages for difos.
Add configure argument to keep polkit disabled as per before 2.0.1. 2.0.1: Ludovic Rousseau 24 November 2023 - SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit) - SCardCancel(): return SCARD_S_SUCCESS even if the client already finished - polkit is enabled by default - libpcscspy: fix a crash with NULL pointers - Doxygen: fix SCardBeginTransaction() documentation - fix pcscd internal thread safety issues (clang -fsanitize=thread) - Some other minor improvements 9 June 2023 2.0.0: Ludovic Rousseau 9 June 2023 - Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR - Add '--disable-polkit' option - Reset eventCounter when a reader is removed - Add "polkit" in "pcscd -v" output if enabled - Doxygen: document SCARD_E_INVALID_VALUE for some functions - use secure_getenv(3) if available - Some other minor improvements Signed-off-by: Daniel Golle <daniel@makrotopia.org> |
||
---|---|---|
.circleci | ||
.github | ||
.keys | ||
admin | ||
devel | ||
fonts/dejavu-fonts-ttf | ||
ipv6 | ||
kernel | ||
lang | ||
libs | ||
multimedia | ||
net | ||
sound | ||
utils | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.