summaryrefslogtreecommitdiff
path: root/package/pcsc-lite
AgeCommit message (Collapse)Author
2014-01-25fix download url, use adk mirrorWaldemar Brodkorb
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-07-11various make bulk fixesWaldemar Brodkorb
2011-12-18avr32 workaroundsWaldemar Brodkorb
2011-07-27update to latest upstream versionWaldemar Brodkorb
2011-07-14add more development filesWaldemar Brodkorb
2011-03-01fix startup scripts, when variable is not set in /etc/rc.confWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
2011-01-07do not use duplicate CFLAGSWaldemar Brodkorb
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-12-14fix download urlWaldemar Brodkorb
2010-12-13update and fix smardcard support for pcmcia readerWaldemar Brodkorb
2010-12-02add header packageWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb