]> git.pld-linux.org Git - packages/kernel.git/blob - squashfs1.0b-fix.patch
- obsolete
[packages/kernel.git] / squashfs1.0b-fix.patch
1 --- squashfs1.0b/squashfs-patch.org     Wed Oct 30 01:34:58 2002
2 +++ squashfs1.0b/squashfs-patch Thu Oct 31 08:58:31 2002
3 @@ -26,13 +26,13 @@
4  --- linux-2.4.19/fs/Makefile   Mon Feb 25 19:38:07 2002
5  +++ linux/fs/Makefile  Wed Oct 30 00:26:09 2002
6  @@ -67,6 +67,7 @@
7 - subdir-$(CONFIG_REISERFS_FS)  += reiserfs
8 - subdir-$(CONFIG_DEVPTS_FS)    += devpts
9   subdir-$(CONFIG_SUN_OPENPROMFS)       += openpromfs
10 + subdir-$(CONFIG_XFS_FS)               += xfs
11 + subdir-$(CONFIG_JFS_FS)               += jfs
12  +subdir-$(CONFIG_SQUASHFS)     += squashfs
13   
14
15   obj-$(CONFIG_BINFMT_AOUT)     += binfmt_aout.o
16 + obj-$(CONFIG_BINFMT_XOUT)     += binfmt_xout.o
17  diff --new-file -ur linux-2.4.19/fs/squashfs/Makefile linux/fs/squashfs/Makefile
18  --- linux-2.4.19/fs/squashfs/Makefile  Thu Jan  1 01:00:00 1970
19  +++ linux/fs/squashfs/Makefile Wed Oct 30 00:26:09 2002
This page took 0.022759 seconds and 3 git commands to generate.