summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/update.sh
Commit message (Collapse)AuthorAge
* linux/update.sh: update linux-libre tooAlyssa Ross2019-12-16
| | | | | | | | | update-libre.sh doesn't commit by default so that it can be used as an updateScript, where I don't think auto-committing is the norm. The generated commit messages say "linux-libre_latest" rather than "linux-libre", because even though linux-libre will also be rebuilt, it's linux-libre_latest that is more likely to need it.
* linux: Fix update scriptTim Steinbach2019-04-07
| | | | | The script was wrecking `modDirVersion`, putting them back and ensuring it will not break again.
* linux: Update script commitTim Steinbach2019-04-06
|
* kernel: buildLinux replaces import ./generic.nixMatthieu Coudron2018-02-07
| | | | | | | - defined buildLinux as generic.nix instead of manual-config.nix. This makes kernel derivations a tad more similar to your typical derivations. - moved $buildRoot to within the source folder, this way it doesn't have to be created before the unpackPhase and make it easier to work on kernel source without running the unpackPhase
* kernel: Add update scriptWilliam A. Kennington III2014-10-30