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:
Emily
2025-06-25 13:48:49 +01:00
committed by zowoq
parent 274f5e4ccc
commit b59952e523

View File

@@ -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;