From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
hpa@zytor.com,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: PATCH 2.4.14.2: more inflate_fs build fixes
Date: Fri, 26 Oct 2001 05:39:37 -0400 [thread overview]
Message-ID: <3BD92F59.BAD76B6F@mandrakesoft.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
oops. I forgot to send this part, which is missing also.
This is required also, in order to build cramfs or zisofs in
2.4.14-pre2.
--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansno
[-- Attachment #2: inflate-fs-2.4.14.2.patch --]
[-- Type: text/plain, Size: 1145 bytes --]
--- /home/jgarzik/tmp/linux-2.4.14-pre2/fs/Config.in Thu Oct 4 18:13:18 2001
+++ linux_2_4/fs/Config.in Fri Oct 26 05:41:53 2001
@@ -128,6 +128,24 @@
define_bool CONFIG_SMB_FS n
fi
+#
+# Do we need the compression support?
+#
+if [ "$CONFIG_ZISOFS" = "y" ]; then
+ define_tristate CONFIG_ZISOFS_FS $CONFIG_ISO9660_FS
+else
+ define_tristate CONFIG_ZISOFS_FS n
+fi
+if [ "$CONFIG_CRAMFS" = "y" -o "$CONFIG_ZISOFS_FS" = "y" ]; then
+ define_tristate CONFIG_ZLIB_FS_INFLATE y
+else
+ if [ "$CONFIG_CRAMFS" = "m" -o "$CONFIG_ZISOFS_FS" = "m" ]; then
+ define_tristate CONFIG_ZLIB_FS_INFLATE m
+ else
+ define_tristate CONFIG_ZLIB_FS_INFLATE n
+ fi
+fi
+
mainmenu_option next_comment
comment 'Partition Types'
source fs/partitions/Config.in
--- /home/jgarzik/tmp/linux-2.4.14-pre2/fs/Makefile Thu Oct 4 18:13:18 2001
+++ linux_2_4/fs/Makefile Fri Oct 26 05:41:53 2001
@@ -27,6 +27,7 @@
# Do not add any filesystems before this line
subdir-$(CONFIG_EXT2_FS) += ext2
+subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs
subdir-$(CONFIG_CRAMFS) += cramfs
subdir-$(CONFIG_RAMFS) += ramfs
subdir-$(CONFIG_CODA_FS) += coda
next reply other threads:[~2001-10-26 9:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-26 9:39 Jeff Garzik [this message]
2001-10-26 14:23 ` PATCH 2.4.14.2: more inflate_fs build fixes Alan Cox
2001-10-26 16:35 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3BD92F59.BAD76B6F@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.