Author: cieciwa                      Date: Tue Mar 21 13:12:25 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- added SquashFS support.

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1428 -> 1.441.2.1429) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1428 SPECS/kernel.spec:1.441.2.1429
--- SPECS/kernel.spec:1.441.2.1428      Tue Mar 21 13:25:06 2006
+++ SPECS/kernel.spec   Tue Mar 21 14:12:17 2006
@@ -73,6 +73,8 @@
 %define                pcmcia_version          3.1.22
 %define                drm_xfree_version       4.3.0
 
+%define                squashfs_version        3.0
+
 Summary:       The Linux kernel (the core of the Linux operating system)
 Summary(de):   Der Linux-Kernel (Kern des Linux-Betriebssystems)
 Summary(fr):   Le Kernel-Linux (La partie centrale du systeme)
@@ -114,6 +116,11 @@
 Source33:      kernel-ia64-smp.config
 
 Source40:      kernel-netfilter.config
+Source41:      kernel-squashfs.config
+
+# directly from 
http://mesh.dl.sourceforge.net/sourceforge/squashfs/squashfs3.0.tar.gz 
+#              from linux-2.6.15 
+Patch20:       squashfs%{squashfs_version}-patch
 
 URL:           http://www.kernel.org/
 BuildRequires: binutils >= 3:2.14.90.0.7
@@ -529,6 +536,8 @@
 %prep
 %setup -q -n linux-%{version}%{_rc}
 
+%patch20 -p1
+
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile
 
@@ -606,8 +615,13 @@
        cat $RPM_SOURCE_DIR/kernel-$Config.config > 
arch/%{_target_base_arch}/defconfig
        TuneUpConfigForIX86 arch/%{_target_base_arch}/defconfig
 
+       # netfilter
        cat %{SOURCE40} >> arch/%{_target_base_arch}/defconfig
-
+       
+       # squashfs
+       cat %{SOURCE41} >> arch/%{_target_base_arch}/defconfig
+       
+       
 %if %{with preemptive}
        sed -i "s:CONFIG_PREEMPT_NONE=y:# CONFIG_PREEMPT_NONE is not set:" 
arch/%{_target_base_arch}/defconfig
        sed -i "s:# CONFIG_PREEMPT is not set:CONFIG_PREEMPT=y:" 
arch/%{_target_base_arch}/defconfig
@@ -1304,6 +1318,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1429  2006/03/21 13:12:17  cieciwa
+- added SquashFS support.
+
 Revision 1.441.2.1428  2006/03/21 12:25:06  cieciwa
 - _rel 0.2,
 - bconded preemptive.
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1428&r2=1.441.2.1429&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to