kexec: tweak zlib option name
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Sep 2011 20:17:12 +0000 (22:17 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Sep 2011 20:17:12 +0000 (22:17 +0200)
To match other _ZLIB options.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/kexec/Config.in

index f028480433cdfa26f3e8aa2cedcdbdec69712d34..6f10b89d53937ce11fee5e83aceead2776349bdb 100644 (file)
@@ -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