Просмотр исходного кода

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 <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo Zacarias 11 лет назад
Родитель
Сommit
8515ef0256
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      Config.in

+ 3 - 2
Config.in

@@ -301,9 +301,10 @@ config BR2_CCACHE_INITIAL_SETUP
 endif
 endif
 
 
 config BR2_DEPRECATED
 config BR2_DEPRECATED
-	bool "Show packages that are deprecated or obsolete"
+	bool "Show options and packages that are deprecated or obsolete"
 	help
 	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
 if BR2_DEPRECATED