diff options
author | 2013-08-30 00:29:27 +0200 | |
---|---|---|
committer | 2013-08-30 00:29:27 +0200 | |
commit | 13d917aaffadc991360992c86031f2da67e07553 (patch) | |
tree | 9a065e136591b14159886bf43ee83d517674dbfb /support | |
parent | 4e4a0a347764935d044a5d782d86006964fc3830 (diff) | |
download | buildroot-13d917aaffadc991360992c86031f2da67e07553.tar.gz buildroot-13d917aaffadc991360992c86031f2da67e07553.tar.bz2 |
gen-manual-lists.py: fixup after 2440385 (config: reorder top-level menu)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'support')
-rwxr-xr-x | support/scripts/gen-manual-lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/gen-manual-lists.py b/support/scripts/gen-manual-lists.py index ae1d4ff420..35688430e6 100755 --- a/support/scripts/gen-manual-lists.py +++ b/support/scripts/gen-manual-lists.py @@ -185,7 +185,7 @@ class Buildroot: list_info = { 'target-packages': { 'filename': "package-list", - 'root_menu': "Package Selection for the target", + 'root_menu': "Target packages", 'filter': "_is_package", 'sorted': True, 'sub_menu': True, |