From: Gustavo Zacarias Date: Fri, 19 Sep 2014 13:41:09 +0000 (-0300) Subject: BR2_DEPRECATED: update option label and help X-Git-Tag: 2014.11-rc1~975 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/8515ef02569464d1196812cdc68d8afa500d485f BR2_DEPRECATED: update option label and help 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 Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/Config.in b/Config.in index 14ff55b1a7..24aa883111 100644 --- 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