kccmp - kernel configuration comparison
kccmp is a simple tool for comparing two linux kernel ".config" files.
Here is a link describing my motivation.
It has the following features:
- Displays the configuration variables with different values in a table form.
- Displays the configuration variables and values which are found in only one of the compared files.
Downloading
kccmp-0.2.tar.gz
Building
kccmp by default requires Qt 3.x. However, by changing one line in kccmp.pro you can build against Qt 4.x. Note that the Qt 4.x build requilres libboost_regex as well.
The standard build is as easy as:
example:
% qmake
% make
Usage
% kccmp /path/to/first/.config path/to/second/.config
example:
% kccmp /usr/src/linux/.config /usr/src/linux/.config.old
Screenshots
Salem Ganzhorn
login or register to post comments