A simple QT tool for comparing two linux kernel ".config" files https://github.com/hanzyd/kccmp
Go to file
2024-01-06 00:45:52 +01:00
kccmp-0.2-qt4.patch automatic version update by autodist [release 0.3-1mamba;Wed Sep 19 2012] 2024-01-06 00:45:51 +01:00
kccmp.spec update to 1.0 [release 1.0-1mamba;Fri Aug 18 2023] 2024-01-06 00:45:52 +01:00
README.md update to 1.0 [release 1.0-1mamba;Fri Aug 18 2023] 2024-01-06 00:45:52 +01:00

kccmp

kccmp is a simple tool for comparing two linux kernel ".config" files.

It has the following features:

  1. Displays the configuration variables with different values.
  2. Displays the configuration variables and values which are found in only one of the compared files.

usage: % kccmp /path/to/first/.config /path/to/second/.config

example: % kccmp /usr/src/linux/.config /usr/src/linux/.config.old