[leaf-commits] src/bering-uclibc4/source/iproute 006-iproute2-tc_esfq.patch.gz, NONE, 1.1 buildtool.cfg, 1.2, 1.3 buildtool.mk, 1.4, 1.5

Andrew <[email protected]> Fri, 10 Dec 2010 13:29:13 +0000
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/iproute
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23149

Modified Files:
	buildtool.cfg buildtool.mk 
Added Files:
	006-iproute2-tc_esfq.patch.gz 
Log Message:
Added ESFQ support


--- NEW FILE: 006-iproute2-tc_esfq.patch.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/iproute/buildtool.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.cfg	17 Aug 2010 15:59:27 -0000	1.2
--- buildtool.cfg	10 Dec 2010 13:29:01 -0000	1.3
***************
*** 19,22 ****
--- 19,29 ----
  </File>
  
+ <File 006-iproute2-tc_esfq.patch.gz>
+   Server = cvs4-sourceforge
+   envname = IPROUTE_PATCH2
+   Revision = HEAD
+   Directory = iproute
+ </File>
+ 
  <Package>
  	<tc>

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/iproute/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk	1 Nov 2010 11:02:09 -0000	1.4
--- buildtool.mk	10 Dec 2010 13:29:01 -0000	1.5
***************
*** 14,17 ****
--- 14,18 ----
  	bzcat $(IPROUTE_SOURCE) |  tar -xvf - 
  	cat $(IPROUTE_PATCH1) | patch -d $(IPROUTE_DIR) -p1
+ 	zcat $(IPROUTE_PATCH2) | patch -d $(IPROUTE_DIR) -p1
  #	zcat $(IPROUTE_PATCH2) | patch -d $(IPROUTE_DIR) -p1
  #	zcat $(IPROUTE_PATCH3) | patch -d $(IPROUTE_DIR) -p1


------------------------------------------------------------------------------