modules/installer/scan/not-detected.nix: don't depend on pkgs.rt73fw

The rt73 firmware has disappeared from the upstream server, and we don't
have a new URL yet.

svn path=/nixos/trunk/; revision=29620
This commit is contained in:
Peter Simons 2011-10-04 08:45:15 +00:00
parent 47a1941696
commit 18d52f8f4b

View File

@ -13,7 +13,8 @@ with pkgs.lib;
];
config = mkDefault {
# Wireless card firmware
networking.enableRT73Firmware = true;
# That wireless card firmware not enabled because the corresponding
# build expression 'rt73fw' is broken.
networking.enableRT73Firmware = false;
};
}