summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-03 15:42:04 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-03 15:42:04 +0200
commit04f3ec5d30409f8feb85d3bf8be1beec9e77b6c2 (patch)
tree3e572aa40c0e49aa3625cf30e497d163eb99320f /README.md
parent502a13b4f03059d50c0bbb74a99f7a5f26ee449c (diff)
Add dubiousjim's kconfig-diff.py as an example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index adb0610..bfa2be3 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ language has some dark corners.
* [genboardscfg.py](http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD) from [Das U-Boot](http://www.denx.de/wiki/U-Boot) generates some sort of legacy board database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :).
+ * [kconfig-diff.py](https://gist.github.com/dubiousjim/5638961) -- a script by [dubiousjim](https://github.com/dubiousjim) that compares kernel configurations.
+
* Originally, Kconfiglib was used in chapter 4 my [master's thesis](http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01.pdf) to automatically generate a "minimal" kernel for a given system. Parts of it bother me a bit now, but that's how it goes with old work.
## Test suite ##