about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/manual-config.nix
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Enable __ignoreNulls globallyEelco Dolstra1-2/+0
2013-03-07Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra1-15/+27
2013-03-02linux/manual-config: put build and source trees into a separate 'dev' output.Shea Levy1-12/+22
2013-03-02linux/manual-config: Move configfile symlinking to configurePhase.Shea Levy1-1/+1
2013-03-02linux/manual-config: ignore nulls.Shea Levy1-2/+4
2013-03-02Merge branch 'master' into stdenv-updatesVladimír Čunát1-2/+2
2013-02-28manual-kernel: Add bc to buildNativeInputs.aszlig1-2/+2
2012-12-28Merge remote-tracking branch 'eelco/master' into stdenv-updatesLluís Batlle i Rossell1-10/+7
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
2012-12-13manual-kernel: Fix handling spaces in readConfig.aszlig1-10/+7
2012-08-11linux/manual-config: CleanupShea Levy1-25/+21
2012-08-11linux/manual-config.nix: Set sourceRoot directly to the pre-unpacked source r...Shea Levy1-7/+3
2012-08-11linux/manual-config: Do source unpacking/patching in a separate derivation.Shea Levy1-18/+36
2012-08-07linux/manual-config: Fix depmod step, remove false commentShea Levy1-9/+6
2012-08-03linux/manual-config: Add informative commentShea Levy1-0/+4
2012-08-01linux/manual-config.nix: When stripping, use xargs -r in case CONFIG_MODULES=...Shea Levy1-1/+1
2012-08-01linux/manual-config: Use kernelPatches like generic.nix, not a plain patches ...Shea Levy1-3/+5
2012-08-01linux/manual-config: Install the kernel with the name given in stdenv.platfor...Shea Levy1-9/+18
2012-08-01linux/manual-config: When installing firmware, create the firmware directory ...Shea Levy1-2/+4
2012-08-01linux/manual-config: Remove unnecessary quotationShea Levy1-2/+2
2012-08-01linux/kernel/manual-config: use isDisabled instead of isNo in case FIRMWARE_I...Shea Levy1-1/+1
2012-08-01linux/manual-config: Change from 'features' to 'config' and fix build when fi...Shea Levy1-47/+65
2012-07-29linux/kernel/manual-config: Greatly simplify config parserShea Levy1-61/+9
2012-07-29linux/kernel/manual-config: Only import from derivation when explicitly asked toShea Levy1-1/+3
2012-07-29linux/kernel/manual-config: Do all of the config file parsing in the imported...Shea Levy1-20/+60
2012-07-29linux/kernel/manual-config: Add metaShea Levy1-0/+10
2012-07-29linux/kernel/manual-config: Relink the symlink from the build directory to th...Shea Levy1-0/+2
2012-07-29linux/kernel/manual-config: CleanupShea Levy1-1/+2
2012-07-29linux/kernel/manual-config: Use the kernel's make installShea Levy1-17/+17
2012-07-29linux/kernel/manual-config: Allow manually specifying features, cleanupShea Levy1-7/+17
2012-07-29linux/kernel/manual-config: Strip modules after installShea Levy1-0/+6
2012-07-29linux/kernel/manual-config: Remove useless INSTALL_MOD_STRIP variableShea Levy1-2/+0
2012-07-29linux/kernel/manual-config: Run depmod after buildShea Levy1-1/+2
2012-07-29linux/kernel/manual-config: Build in a separate directory and move the build ...Shea Levy1-11/+20
2012-07-29linux/kernel/manual-config: Move the build directory to $out instead of symli...Shea Levy1-0/+5
2012-07-29linux/kernel-manual-config: Simplify the lines.nix runCommand now that I know...Shea Levy1-3/+3
2012-07-29linux/kernel/manual-config: Properly escape makeFlagsArray and installFlagsArrayShea Levy1-2/+2
2012-07-29MODLIB needs to be passed directly to makeShea Levy1-1/+1
2012-07-29linux/kernel/manual-config: The default 'make install' tries to do something ...Shea Levy1-0/+10
2012-07-29linux/kernel/manual-config: Properly set env vars referencing $outShea Levy1-2/+2
2012-07-29The kernel build needs hostname and perlShea Levy1-1/+3
2012-07-29Add first attempt at linux/kernel/manual-config.Shea Levy1-0/+81