Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The script can be used to generate a minimalistic kernel config file. All lines, which don't make a difference to the resulting configuration, are removed. To use: - cd into a kernel build directory - copy the input configuration to config.in - run this script The minimalistic config file can the be found in config.reduced. The script works by removing lines from the config file one by one, runnig "make olddefconfig" and comparing the results. If the removal of a input line didn't make a difference, it is dropped permanently from the output.
- Loading branch information