Skip to content

Commit

Permalink
zd1211: only copy firmware files according to readme, update license
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Oct 5, 2023
1 parent 275432f commit 3a42fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/firmware/zd1211/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ stdenvNoCC.mkDerivation rec {
runHook preInstall
mkdir -p $out/lib/firmware/zd1211
cp * $out/lib/firmware/zd1211
cp zd1211* $out/lib/firmware/zd1211
runHook postInstall
'';

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;
};
}

0 comments on commit 3a42fb9

Please sign in to comment.