projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b766ed2
)
kexec: tweak zlib option name
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 26 Sep 2011 20:17:12 +0000
(22:17 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/kexec/Config.in
b/package/kexec/Config.in
index f028480433cdfa26f3e8aa2cedcdbdec69712d34..6f10b89d53937ce11fee5e83aceead2776349bdb 100644
(file)
--- 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