Merge pull request #259168 from SuperSandro2000/zd1211

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

authored by Arnout Engelen and committed by GitHub c3e128f3 a2daa20b

+2 -2
+2 -2
pkgs/os-specific/linux/firmware/zd1211/default.nix
··· 16 runHook preInstall 17 18 mkdir -p $out/lib/firmware/zd1211 19 - cp * $out/lib/firmware/zd1211 20 21 runHook postInstall 22 ''; ··· 24 meta = { 25 description = "Firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip"; 26 homepage = "https://sourceforge.net/projects/zd1211/"; 27 - license = "GPL"; 28 platforms = lib.platforms.linux; 29 }; 30 }
··· 16 runHook preInstall 17 18 mkdir -p $out/lib/firmware/zd1211 19 + cp zd1211* $out/lib/firmware/zd1211 20 21 runHook postInstall 22 ''; ··· 24 meta = { 25 description = "Firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip"; 26 homepage = "https://sourceforge.net/projects/zd1211/"; 27 + license = lib.licenses.gpl2; 28 platforms = lib.platforms.linux; 29 }; 30 }