Hello,
On Wed, Feb 01, 2017 at 10:29:11PM +0100, Francesco Poli wrote:
> Is there any progress in properly packaging these two DFSG-free
> firmware files for inclusion in Debian main?
It's sitting in the NEW queue for 2 months already.
https://ftp-master.debian.org/new/open-ath9k-htc-firmware_1.
On Sat, Jan 23, 2010 at 02:54:14PM +0300, Paul Fertser wrote:
> + if (!ok && (pubkey_dir = opendir(PUBKEY_DIR))) {
> + while (!ok && (nextfile = readdir(pubkey_dir))) {
> + if ((keyfile = fopen(nextfile->d_name, "rb"))) {
D
recompile crda.
Implemented for USE_OPENSSL=1 case only because libgcrypt lacks PEM parser.
Default location for public keys in PEM format is
/etc/wireless-regdb/pubkeys and can be changed by specifying
RUNTIME_PUBKEY_DIR at the make command line.
Signed-off-by: Paul Fertser
---
Makefile |3
3 matches
Mail list logo