]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Added squashfs to the kernel by a patch.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Aug 2008 21:57:44 +0000 (23:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Aug 2008 21:57:44 +0000 (23:57 +0200)
config/kernel/kernel.config
lfs/linux

index 564e5f1b3d1131fdab4a6f4833d41495d34ac09b..61c5c85ed24ad392925ae0e01abfcf7b594f885c 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.25.6
-# Tue Jul 29 16:48:19 2008
+# Sun Aug 17 21:54:16 2008
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -1930,6 +1930,9 @@ CONFIG_CONFIGFS_FS=m
 # CONFIG_BFS_FS is not set
 # CONFIG_EFS_FS is not set
 # CONFIG_CRAMFS is not set
+CONFIG_SQUASHFS=m
+CONFIG_SQUASHFS_EMBEDDED=y
+CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
 # CONFIG_VXFS_FS is not set
 # CONFIG_MINIX_FS is not set
 # CONFIG_HPFS_FS is not set
index 9c4001a3aba5bd7b98b6ecefa413d474a0bd0dc2..ac65350126598c0292968b5476c66c299ceec302 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -42,7 +42,7 @@ FULLVER    = $(VER)$(LOCALVERSION)
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) reiser4-for-2.6.25.patch
+objects = $(DL_FILE) reiser4-for-2.6.25.patch squashfs3.3-linux-$(VER).patch
 
 ifeq "$(PAX)" "1"
        objects += grsecurity-2.1.12-$(VER)-200806092111.patch
@@ -78,6 +78,7 @@ endif
        ### Reiser4
        #
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/reiser4-for-2.6.25.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/squashfs3.3-linux-$(VER).patch
 
 ifeq "$(PAX)" "1"
        ### GrSecurity