summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/all-firmware.nix
AgeCommit message (Collapse)Author
2019-05-06nixos/all-firmware: Enable facetimehd only for i686/x86_64Bastian Köcher
2019-03-28nixos: make hardware.enableAllFirmware enable *all* firmwareSymphorien Gibol
2019-01-03nixos/all-firmware: include raspberrypiWirelessFirmware when buildingMatthew Bauer
2018-07-12raspberrypiWirelessFirmware: initBen Wolsieffer
2018-02-22rtl8723bs: Only include in enableAllFirmware if validTim Steinbach
2017-10-14Revert "include firmware with enableAllFirmware"Peter Hoeg
This reverts commit bd5fd61967221ed6ba2674ee009126467a596b84.
2017-10-14include firmware with enableAllFirmwarePeter Hoeg
2017-05-09hardware.enableRedistributableFirmware: fix spelling errorJörg Thalheim
2017-05-09hardware: add enableRedistributalFirmwareJörg Thalheim
Due the recent inclusion of broadcom-bt-firmware in enableAllFirmware, it was required to set `nixpkgs.config.allowUnfree` to obtain the full list. To make this dependency more explicit an assertion is added and an alternative option `enableRedistributalFirmware` is provided to only obtain firmware with an license allowing redistribution.
2017-05-08broadcom-bt-firmware: revert to unfreeJörg Thalheim
license was misinterpreted, it is now only conditionally in the all firmware list included, if `allowUnfree` is set. fixes #25567
2017-05-03broadcom-bt-firmware: init at 12.0.1.1011zraexy
broadcom-bt-firmware: init at 12.0.1.1011
2017-03-31rtl8192su-firmware: init at unstable-2016-10-05Jörg Thalheim
2016-04-25rtl8723bs-firmware: init, split off from rtl8723bsEric Litak
2016-02-15intel2200BGFirmware: init at 3.1lukasepple
This commit adds the firmware for the Intel 2200BG wireless cards for the ipw2200 kernel module. Also it changes the networking.enableIntel2200BGFirmware option to set it as hardware.firmware since firmware-linux-nonfree does not contain the appropiate firmware anymore. Also hardware.enableAllFirmware does enable the intel2200BGFirmware now.
2015-08-25Put all firmware in $out/lib/firmwareEelco Dolstra
This way, hardware.firmware can be a list of packages.
2015-02-13iwlegacy: Remove since it is already in linux-firmware-nonfreeWilliam A. Kennington III
2015-02-09nonfree-firmware: Use the new kernel.org repository for tracking nonfree ↵William A. Kennington III
firmware changes remove the obsolete iwlwifi firmware which is included in the repo.
2014-12-03Add iwlegacy firmware for old Intel wireless cardsThomas Tuegel
2014-12-01iwlwifi: Split into separate package with more up to date firmwareWilliam A. Kennington III
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2013-10-30Add lots of missing option typesEelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra