]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
BR2_DEPRECATED: update option label and help
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 19 Sep 2014 13:41:09 +0000 (10:41 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 19 Sep 2014 21:12:49 +0000 (23:12 +0200)
We should use positive logic (show things that are otherwise hidden...)
for the help since it's what it does.
It also applies to more options than just packages alone, for example
the AVR32 architecture so add an "options" label to it.

[Peter: tweak help text as suggested by Yann]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in

index 14ff55b1a7c384d09a87d3e6946195a7bd9724a5..24aa883111ccd16de317b2d91759ace5b1327d6b 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -301,9 +301,10 @@ config BR2_CCACHE_INITIAL_SETUP
 endif
 
 config BR2_DEPRECATED
-       bool "Show packages that are deprecated or obsolete"
+       bool "Show options and packages that are deprecated or obsolete"
        help
-         This option hides outdated/obsolete versions of packages.
+         This option shows outdated/obsolete versions of packages and
+         options that are otherwise hidden.
 
 if BR2_DEPRECATED