Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: bae87d504224
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ab340f782913
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 30, 2018

  1. linux: translate config to structured config

    Instead of using a string to describe kernel config, use a nix
    attribute set, then converted to a string.
    - allows to override the config, aka convert 'yes' into 'modules' or
    vice-versa
    - while for now merging different configs is still crude (last spec wins),
    at least there should be only one CONFIG_XYZ value compared to the current string
    config where the first defined would be used and others ignored.
    
    [initial idea by copumpkin in 2016, a major rebase to 2018 by teto]
    copumpkin authored and dezgeg committed Jun 30, 2018
    Copy the full SHA
    ff9999a View commit details
    Browse the repository at this point in the history
  2. kernel: remove conditions based on 3.X kernels

    The oldest kernel in nixpkgs being 4.4, we get rid of checks for older
    kernels.
    teto authored and dezgeg committed Jun 30, 2018
    Copy the full SHA
    dcea150 View commit details
    Browse the repository at this point in the history
  3. linux: fix features system

    teto authored and dezgeg committed Jun 30, 2018
    Copy the full SHA
    e4fe7b3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fc816e5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ab340f7 View commit details
    Browse the repository at this point in the history