Update of /cvsroot/leaf/src/bering-uclibc/apps/linux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32669

Modified Files:
        Bering-2.4.31.config buildtool.cfg buildtool.mk 
Log Message:
added connmark netfilter support

Index: Bering-2.4.31.config
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux/Bering-2.4.31.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Bering-2.4.31.config        17 Jun 2005 21:40:57 -0000      1.1
--- Bering-2.4.31.config        29 Jul 2005 21:19:10 -0000      1.2
***************
*** 343,346 ****
--- 343,347 ----
  CONFIG_IP_NF_CONNTRACK=m
  CONFIG_IP_NF_FTP=m
+ CONFIG_IP_NF_CONNTRACK_MARK=y
  CONFIG_IP_NF_TALK=m
  CONFIG_IP_NF_CT_PROTO_GRE=m
***************
*** 372,375 ****
--- 373,377 ----
  CONFIG_IP_NF_MATCH_HELPER=m
  CONFIG_IP_NF_MATCH_STATE=m
+ CONFIG_IP_NF_MATCH_CONNMARK=m
  CONFIG_IP_NF_MATCH_CONNTRACK=m
  CONFIG_IP_NF_MATCH_UNCLEAN=y
***************
*** 400,403 ****
--- 402,406 ----
  CONFIG_IP_NF_TARGET_MARK=y
  CONFIG_IP_NF_TARGET_LOG=y
+ CONFIG_IP_NF_TARGET_CONNMARK=m
  CONFIG_IP_NF_TARGET_ULOG=y
  CONFIG_IP_NF_TARGET_TCPMSS=y

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux/buildtool.cfg,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** buildtool.cfg       27 Jun 2005 20:36:30 -0000      1.18
--- buildtool.cfg       29 Jul 2005 21:19:10 -0000      1.19
***************
*** 67,75 ****
  </File>
  
  #wireless extensions v18
  <File iw249_we17-13.diff.gz>
        Server = cvs-sourceforge
        Directory = linux/patches
!       envname = KERNEL_PATCH8
        Revision = HEAD
  </File>
--- 67,83 ----
  </File>
  
+ #connmark support
+ <File connmark.patch.gz>
+       Server = cvs-sourceforge
+       Directory = linux/patches
+       envname = KERNEL_PATCH8
+       Revision = HEAD
+ </File>
+ 
  #wireless extensions v18
  <File iw249_we17-13.diff.gz>
        Server = cvs-sourceforge
        Directory = linux/patches
!       envname = KERNEL_PATCH9
        Revision = HEAD
  </File>
***************
*** 77,81 ****
        Server = cvs-sourceforge
        Directory = linux/patches
!       envname = KERNEL_PATCH9
        Revision = HEAD
  </File>
--- 85,89 ----
        Server = cvs-sourceforge
        Directory = linux/patches
!       envname = KERNEL_PATCH10
        Revision = HEAD
  </File>
***************
*** 84,88 ****
        Server = cvs-sourceforge
        Directory = linux/patches
!       envname = KERNEL_PATCH10
        Revision = HEAD
  </File>
--- 92,96 ----
        Server = cvs-sourceforge
        Directory = linux/patches
!       envname = KERNEL_PATCH11
        Revision = HEAD
  </File>

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux/buildtool.mk,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** buildtool.mk        27 Jun 2005 20:36:42 -0000      1.14
--- buildtool.mk        29 Jul 2005 21:19:10 -0000      1.15
***************
*** 22,25 ****
--- 22,26 ----
        zcat $(KERNEL_PATCH9) | patch -d linux -p1
        zcat $(KERNEL_PATCH10) | patch -d linux -p1
+       zcat $(KERNEL_PATCH11) | patch -d linux -p1
        # openswan stuff
        zcat $(OPENSWAN_SOURCE) | tar -xvf -



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to