zd1211: only copy firmware files according to readme, update license

This commit is contained in:
Sandro Jäckel 2023-10-05 13:28:39 +02:00
parent 275432f576
commit 3a42fb9017
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation rec {
runHook preInstall
mkdir -p $out/lib/firmware/zd1211
cp * $out/lib/firmware/zd1211
cp zd1211* $out/lib/firmware/zd1211
runHook postInstall
'';
@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
meta = {
description = "Firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip";
homepage = "https://sourceforge.net/projects/zd1211/";
license = "GPL";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
};
}