kergen
kergen copied to clipboard
Linux kernel config generator
Hello and many thanks for this tool! I would like your help with how to use this tool to achieve the specific type of configuration generated (as this is something...
It appears that the `modules.alias` database is somehow created from a kernel source tree. If so, what are the steps to create(/update) the file? And couldn't kergen create a new...
```` $kergen -g CLEAN ./debian/ HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o LEX scripts/kconfig/lexer.lex.c YACC scripts/kconfig/parser.tab.h HOSTCC scripts/kconfig/lexer.lex.o YACC scripts/kconfig/parser.tab.c HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTLD scripts/kconfig/conf ***...
I would like to preserve the vendor config (redhat, ubuntu, etc) BUT to speed up compiling, throw away all physical device drivers that are not visible in the machine -...
Hi, I ran kergen -g, which detected a missing RTL8188EU wireless NIC and enabled the config option. BUT, this device is in staging, and 'Device Drivers --> Staging drivers' was...
added setup instructions in README.md
When `kergen -n -g` the following error results. `...` ` File "/home/uzi/Desktop/kergen/kergen/depgen", line 309, in check_for_deps_of_deps` ` temp = Depgen(self.kconf_info_list, config, line)` ` File "/home/uzi/Desktop/kergen/kergen/depgen", line 123, in __init__` `...
Fixing kergen-map printing FS names without CONFIG_.
If zram is enabled and in use on the current system, it would be nice if it was detected by kergen too.