Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24961

Modified Files:
        buildtool.cfg buildtool.mk 
Added Files:
        ifupdown-manual.patch.gz 
Log Message:
added manual method to ifupdown

--- NEW FILE: ifupdown-manual.patch.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.cfg,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** buildtool.cfg       19 Oct 2004 18:37:03 -0000      1.8
--- buildtool.cfg       11 Jun 2006 20:58:53 -0000      1.9
***************
*** 19,22 ****
--- 19,29 ----
  </File>
  
+ <File ifupdown-manual.patch.gz>
+       Server = cvs-sourceforge
+       envname = BUSYBOX_PATCH2
+       directory = busybox
+       revision = HEAD
+ </File>
+ 
  <File .config>
        Server = cvs-sourceforge

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.mk,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** buildtool.mk        18 Oct 2004 13:20:20 -0000      1.8
--- buildtool.mk        11 Jun 2006 20:58:53 -0000      1.9
***************
*** 18,21 ****
--- 18,22 ----
        zcat $(BUSYBOX_SOURCE) | tar -xvf -
        zcat $(BUSYBOX_PATCH1) | patch -d $(BUSYBOX_DIR) -p1
+       zcat $(BUSYBOX_PATCH2) | patch -d $(BUSYBOX_DIR) -p1
        touch $(BUSYBOX_DIR)/.source
        



_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to