summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-12 00:58:00 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-12 00:58:00 +0200
commit0f2ef4ef220124c6088c55cb774080112ecee694 (patch)
tree90ea1b6ef48b86edb3b56542f06e12335074ba35
parent21e0c0c7eb9abfe46e55ba9dbc5bd2a54002053a (diff)
gen-manual-lists.py now uses official prompt APIs.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6fa46a9..ba7a6aa 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ language has some dark corners.
* The [examples/](examples/) directory contains simple example scripts. See the documentation for how to run them.
- * [gen-manual-lists.py](http://git.buildroot.net/buildroot/tree/support/scripts/gen-manual-lists.py) from [Buildroot](http://buildroot.uclibc.org/) generates listings for the [appendix of the manual](http://buildroot.uclibc.org/downloads/manual/manual.html#_appendix). Due to an oversight, there were no APIs for fetching prompts from symbols and choices when it was written. Those have been added.
+ * [gen-manual-lists.py](http://git.buildroot.net/buildroot/tree/support/scripts/gen-manual-lists.py) from [Buildroot](http://buildroot.uclibc.org/) generates listings for the [appendix of the manual](http://buildroot.uclibc.org/downloads/manual/manual.html#_appendix).
* [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 :).