Update of /cvsroot/leaf/src/bering-uclibc/apps/linux
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7870

Modified Files:
        buildtool.cfg buildtool.mk 
Log Message:
ppp multilink support
patch provided by Pierre G. Martineau



Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux/buildtool.cfg,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** buildtool.cfg       16 Jun 2008 20:03:43 -0000      1.39
--- buildtool.cfg       9 Jan 2009 16:54:17 -0000       1.40
***************
*** 163,166 ****
--- 163,176 ----
  </File>
  
+ # ppp_multilink patches
+ <File ppp-multilink.patch>
+       Server = cvs-sourceforge
+       Directory = linux/patches
+       envname = KERNEL_PATCH21
+       Revision = HEAD
+ </File>
+ 
+ 
+ 
  <File Bering-2.4.34.config>
        Server = cvs-sourceforge

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux/buildtool.mk,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** buildtool.mk        16 Jun 2008 20:03:43 -0000      1.28
--- buildtool.mk        9 Jan 2009 16:54:17 -0000       1.29
***************
*** 30,33 ****
--- 30,37 ----
        cat $(KERNEL_PATCH19) | patch -d linux -p1
        cat $(KERNEL_PATCH20) | patch -d linux -p1
+       cat $(KERNEL_PATCH21) | patch -d linux -p1
+ #     cat $(KERNEL_PATCH22) | patch -d linux -p1
+ #     cat $(KERNEL_PATCH23) | patch -d linux -p1
+ 
        cp $(LINUX_CONFIG) linux/.config 
        touch $(BT_LINUX_DIR)/.source


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to