Unverified Commit 3a42fb90 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

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

parent 275432f5
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;
  };
}