[Buildroot] [git commit] kexec: tweak zlib option name

Peter Korsgaard jacmet at sunsite.dk
Mon Sep 26 20:17:12 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=62fc4c0f77a4c042704468c1ecd40d7776f9a0bf
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

To match other _ZLIB options.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/kexec/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index f028480..6f10b89 100644
--- a/package/kexec/Config.in
+++ b/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


More information about the buildroot mailing list