aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-11-19 11:55:13 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-11-23 10:17:48 -0500
commit928fc0df7204e39fbdf42b5c6072350e5948a019 (patch)
treee06afda9f89e74c754e893fa00f3988c7d3b9b56 /lib/README
parentc947e5e8d2c59bab6f95be78c76c30825b9e1e02 (diff)
downloadkutter-928fc0df7204e39fbdf42b5c6072350e5948a019.tar.gz
kutter-928fc0df7204e39fbdf42b5c6072350e5948a019.tar.xz
kutter-928fc0df7204e39fbdf42b5c6072350e5948a019.zip
kconfiglib: Update README with info on kconfiglib modifications
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index 79bd4a15..a68e37b0 100644
--- a/lib/README
+++ b/lib/README
@@ -81,4 +81,6 @@ revision ae3bb53c199fe75619e940b5b6a3584ede99c5fc
The kconfiglib directory contains code from:
https://github.com/ulfalizer/Kconfiglib.git
-version v14.1.0 (061e71f7d78cb057762d88de088055361863deff).
+version v14.1.0 (061e71f7d78cb057762d88de088055361863deff). It has
+been modified to always emit symbols and to simplify the "menuconfig"
+screens. See kconfiglib.patch for the modifications.