]> git.pld-linux.org Git - packages/kernel.git/blobdiff - squashfs1.0c-fix.patch
- added description of djurban's branch
[packages/kernel.git] / squashfs1.0c-fix.patch
index 4c9b06cce22e3bc7fd95fad217cf23bf4f257717..38043f13b3e05e7d462c5f9fed0f8274f431862a 100644 (file)
  diff --new-file -ur linux-2.4.19/fs/squashfs/Makefile linux/fs/squashfs/Makefile
  --- linux-2.4.19/fs/squashfs/Makefile Thu Jan  1 01:00:00 1970
  +++ linux/fs/squashfs/Makefile        Wed Oct 30 00:26:09 2002
+--- squashfs1.0c/squashfs-patch.org    Wed Dec  4 09:35:09 2002
++++ squashfs1.0c/squashfs-patch        Wed Dec  4 09:43:47 2002
+@@ -9,19 +9,6 @@
+  bool 'Virtual memory file system support (former shm fs)' CONFIG_TMPFS
+  define_bool CONFIG_RAMFS y
+  
+-@@ -146,10 +147,10 @@
+- else
+-    define_tristate CONFIG_ZISOFS_FS n
+- fi
+--if [ "$CONFIG_CRAMFS" = "y" -o "$CONFIG_ZISOFS_FS" = "y" ]; then
+-+if [ "$CONFIG_CRAMFS" = "y" -o "$CONFIG_ZISOFS_FS" = "y" -o $CONFIG_SQUASHFS = "y" ]; then
+-    define_tristate CONFIG_ZLIB_FS_INFLATE y
+- else
+--  if [ "$CONFIG_CRAMFS" = "m" -o "$CONFIG_ZISOFS_FS" = "m" ]; then
+-+  if [ "$CONFIG_CRAMFS" = "m" -o "$CONFIG_ZISOFS_FS" = "m" -o $CONFIG_SQUASHFS = "m" ]; then
+-      define_tristate CONFIG_ZLIB_FS_INFLATE m
+-   else
+-      define_tristate CONFIG_ZLIB_FS_INFLATE n
+ diff --new-file -ur linux-2.4.19/fs/Makefile linux/fs/Makefile
+ --- linux-2.4.19/fs/Makefile  Mon Feb 25 19:38:07 2002
+ +++ linux/fs/Makefile Wed Oct 30 00:26:09 2002
This page took 0.064638 seconds and 4 git commands to generate.