3 ms·
As I'm currently exploring kernel build things, the alternative to `make tinyconfig` is `make allnoconfig` which is supposedly will not disable expert options a
by vbezhenar 3mo ago
As I'm currently exploring kernel build things, the alternative to `make tinyconfig` is `make allnoconfig` which is supposedly will not disable expert options and might be a little bit safer starting point.
- myaccountonhn 3mo agoThere's an option `make localyesconfig` (or similar)/which uses the kernel modules loaded on your current system.