diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-03-09 13:57:45 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-03-10 18:53:48 +0800 |
commit | 34f1344072936506032e2ef77bf8aac5eef1ec2b (patch) | |
tree | 0be1eba9a286ab7137d3e194a4a6a6ce85836e0b /INSTALL | |
parent | 25cd02b9dbe663840ed19855d09eca9abbab5258 (diff) |
Revert "Suggest make localmodconfig for kernel"
This reverts commit de679165f9a63ce94202d356abbae2b9a3bff5c3.
localmodconfig does not work very well. It can only *un*select things
already enabled as modules if the module is not loaded by the host. It
won't select anything new, nor unselect unneeded things already set to
"y" instead of "m".
Maybe you think we can copy .config from a "mainstream" distro
(producing a highly modular kernel) and use "make localmodconfig", but
when we tested it with a Debian host kernel config, the resulted kernel
refuses to boot.
"make allmodconfig && make localmodconfig" does not work well either:
"allmodconfig" selects many things as y (these thing are not available
as a module) but "localmodconfig" fails to unselect them.
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions