diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-26 22:17:12 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-26 22:17:12 +0200 |
commit | 62fc4c0f77a4c042704468c1ecd40d7776f9a0bf (patch) | |
tree | 8a299cd5846165eae0e94723a007fd799b2622e9 /package/kexec | |
parent | b766ed21e8b5499dd2237d80358229de04ddab9a (diff) | |
download | buildroot-novena-62fc4c0f77a4c042704468c1ecd40d7776f9a0bf.tar.gz buildroot-novena-62fc4c0f77a4c042704468c1ecd40d7776f9a0bf.zip |
kexec: tweak zlib option name
To match other _ZLIB options.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/kexec')
-rw-r--r-- | 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 f02848043..6f10b89d5 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 |