diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 08:34:18 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 08:35:35 +0100 |
| commit | c33fab233dae787a29963fa71546f5ae6b8f3990 (patch) | |
| tree | 788dde20149a4d965c86cf975d038549af1a774e /README.md | |
| parent | 892cd2bb369c6371a25062e7288aa4581a2f1a26 (diff) | |
Rename Menu.get_depends_on_visibility() to Menu.get_visibility().
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ generated with Installation instructions for the Linux kernel (in the kernel root): -> $ git clone git://github.com/ulfalizer/Kconfiglib.git +> $ git clone git://github.com/ulfalizer/Kconfiglib.git > $ git am Kconfiglib/makefile.patch (Note: The directory name Kconfiglib/ is significant.) @@ -41,6 +41,7 @@ renamed as follows: * Symbol.is\_choice\_item() -> Symbol.is\_choice\_symbol() * Symbol.reset() -> Symbol.unset\_user\_value() * Config.reset() -> Config.unset\_user\_values() + * Menu.get\_get\_depends\_on\_visibility() -> Menu.get\_visibility() The test suite failures for the following Blackfin defconfigs on e.g. |
