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/mobile-nixos
base: 127fe2b9e845
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 07002958ad89
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 27, 2020

  1. Copy the full SHA
    84aa84e View commit details
    Browse the repository at this point in the history
  2. kernel-builder: Provide patched sources to menuconfig

    Important, otherwise we lose additional options that may have been
    patched-in!
    samueldr committed Mar 27, 2020
    Copy the full SHA
    4976412 View commit details
    Browse the repository at this point in the history
  3. kernel-builder: Fix menuconfig for more recent kernels

    While staying compatible with older ones.
    
    These changes are required since recent kernels' nconfig expect that the
    Makefile will have setup the environment for *many* things.
    
    We can't simply run nconfig directly anymore.
    
    What's that about `run-nconfig`?
    
    Well, `make nconfig` tries to build again, in a situation where it won't
    be able to build. *sigh*. With this, we take the assumedly-fine-to-run
    nconfig that is already in our botched up source tree.
    samueldr committed Mar 27, 2020
    Copy the full SHA
    8a41ca0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    99cbd9a View commit details
    Browse the repository at this point in the history
  5. bin/kernel-normalize-config: Use bin/menuconfig

    This does present the drawback of not validating the kernel builds.
    Though I expect the user will build the kernel anyway after.
    samueldr committed Mar 27, 2020
    Copy the full SHA
    c3d1ece View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1d16e5a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Merge pull request #109 from samueldr-wip/feature/menuconfig

    Add `bin/menuconfig` to configure kernels
    samueldr committed Mar 28, 2020
    Copy the full SHA
    0700295 View commit details
    Browse the repository at this point in the history