public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [klibc 12/43] Enable CONFIG_KLIBC_ZLIB (now required to build kinit)
@ 2006-06-26  0:58 H. Peter Anvin
  2006-06-26  3:14 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: H. Peter Anvin @ 2006-06-26  0:58 UTC (permalink / raw)
  To: linux-kernel, klibc

After removing the private copy of zlib in kinit, we need
CONFIG_KLIBC_ZLIB in order to build klibc.  zlib is required in order
to decompress classical ramdisks.

In the future this should maybe be made conditional on CONFIG_BLK_DEV_RAM.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

---
commit baacd5d81ff7151e8df3893850ec363441886a1e
tree 0075da4cf5c328f29a89c98e053a5b2cd5e50afe
parent d669be433cc9bc413d958e140f8ec47211498a2a
author H. Peter Anvin <hpa@zytor.com> Mon, 01 May 2006 02:51:52 -0700
committer H. Peter Anvin <hpa@zytor.com> Sun, 18 Jun 2006 18:47:36 -0700

 usr/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/usr/Kconfig b/usr/Kconfig
index ea3b520..4103a02 100644
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -48,3 +48,7 @@ config INITRAMFS_ROOT_GID
 config KLIBC_ERRLIST
 	bool
 	default y
+
+config KLIBC_ZLIB
+	bool
+	default y

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-26  3:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-26  0:58 [klibc 12/43] Enable CONFIG_KLIBC_ZLIB (now required to build kinit) H. Peter Anvin
2006-06-26  3:14 ` Jeff Garzik
2006-06-26  3:22   ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox