mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
lib/systems: don’t specify multi_v7_defconfig explicitly
This has been the default for `defconfig` upstream since 32872c04ffd5a855c43802c5aa76c711eb021948, which is in all our supported kernels.
This commit is contained in:
@@ -306,7 +306,7 @@ rec {
|
||||
linux-kernel = {
|
||||
name = "armv7l-hf-multiplatform";
|
||||
Major = "2.6"; # Using "2.6" enables 2.6 kernel syscalls in glibc.
|
||||
baseConfig = "multi_v7_defconfig";
|
||||
baseConfig = "defconfig";
|
||||
DTB = true;
|
||||
autoModules = true;
|
||||
preferBuiltin = true;
|
||||
|
||||
Reference in New Issue
Block a user