Explorar el Código

kexec: tweak zlib option name

To match other _ZLIB options.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard hace 14 años
padre
commit
62fc4c0f77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/kexec/Config.in

+ 1 - 1
package/kexec/Config.in

@@ -7,7 +7,7 @@ config BR2_PACKAGE_KEXEC
 	  http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
 
 config BR2_PACKAGE_KEXEC_ZLIB
-	bool "Kexec with zlib support"
+	bool "zlib support"
 	depends on BR2_PACKAGE_KEXEC
 	select BR2_PACKAGE_ZLIB
 	help