Removing rt73fw. The url was broken, and ralink_fw contains it.

ralink_fw attribute contains the rt73 firmware, among others from ralink.
This commit is contained in:
Lluís Batlle i Rossell 2012-08-11 14:47:15 +02:00
parent 2ecb9fdb58
commit 2c0b930149
2 changed files with 0 additions and 28 deletions

View file

@ -1,26 +0,0 @@
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation rec {
name = "rt73-fw-1.8";
src = fetchurl {
url = "http://www.ralinktech.com/download.php?t=U0wyRnpjMlYwY3k4eU1EQTVMekF6THpNeEwyUnZkMjVzYjJGa056YzVPVE13TmpZMk9TNTZhWEE5UFQxU1ZEY3hWMTlHYVhKdGQyRnlaVjlXTVM0NEM%3D";
name = "rt73-fw-1.8.zip";
sha256 = "1gskm6wqp8nnz3qk44rmab6h81pkarzzphqvag4y05a8mwdarlz2";
};
buildInputs = [ unzip ];
buildPhase = "true";
# Installation copies the firmware AND the license. The license
# says: "Your rights to redistribute the Software shall be
# contingent upon your installation of this Agreement in its
# entirety in the same directory as the Software."
installPhase = "mkdir -p $out/${name}; cp *.bin $out; cp *.txt $out/${name}";
meta = {
description = "Firmware for the Ralink RT73 wireless card";
homepage = http://www.ralinktech.com/;
license = "non-free";
};
}

View file

@ -6045,8 +6045,6 @@ let
rt2870fw = callPackage ../os-specific/linux/firmware/rt2870 { };
rt73fw = callPackage ../os-specific/linux/firmware/rt73 { };
rtkit = callPackage ../os-specific/linux/rtkit { };
rtl8192cfw = callPackage ../os-specific/linux/firmware/rtl8192c { };