Unverified Commit c3e128f3 authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

Merge pull request #259168 from SuperSandro2000/zd1211

zd1211: only copy firmware files according to readme, update license
parents a2daa20b 3a42fb90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };
}