linuxPackages: properly propagate features and extraConfig

`kernel.override { features = ... }` didn't work before, now it works as
expected.
This commit is contained in:
Jan Malakhovski
2017-09-17 16:33:47 +02:00
committed by Joachim Fasting
parent 64bf283104
commit 8525b78d05
10 changed files with 25 additions and 64 deletions
@@ -10,11 +10,6 @@ import ./generic.nix (args // rec {
sha256 = "0dhcsjgcy28pyyzwf2s0862p92bwb324kapli2y9n90bw0kl53gi";
};
features.iwlwifi = true;
features.efiBootStub = true;
features.needsCifsUtils = true;
features.netfilterRPFilter = true;
# Should the testing kernels ever be built on Hydra?
extraMeta.hydraPlatforms = [];