[leaf-commits] src/bering-uclibc4/source/linux 200-sched_esfq.patch.gz, NONE, 1.1 Bering-2.6.35.8.config, 1.5, 1.6 buildtool.cfg, 1.12, 1.13 buildtool.mk, 1.14, 1.15

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

Modified Files:
	Bering-2.6.35.8.config buildtool.cfg buildtool.mk 
Added Files:
	200-sched_esfq.patch.gz 
Log Message:
Added ESFQ patch from https://dev.openwrt.org/browser/trunk/target/linux/generic/patches-2.6.35 (enough useful and will not break anything), also ESFQ enabled as module in config


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

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/linux/buildtool.cfg,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** buildtool.cfg	6 Nov 2010 22:08:42 -0000	1.12
--- buildtool.cfg	10 Dec 2010 12:52:36 -0000	1.13
***************
*** 32,35 ****
--- 32,42 ----
  </File>
  
+ <File 200-sched_esfq.patch.gz>
+ 	Server = cvs4-sourceforge
+ 	Directory = linux
+ 	envname = KERNEL_PATCH3
+ 	Revision = HEAD
+ </File>
+ 
  <File buildtool.mk>
  	Server = cvs4-sourceforge

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/linux/buildtool.mk,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** buildtool.mk	5 Nov 2010 15:38:34 -0000	1.14
--- buildtool.mk	10 Dec 2010 12:52:36 -0000	1.15
***************
*** 14,17 ****
--- 14,18 ----
  	cat $(KERNEL_PATCH1) | patch -d linux-$(LINVER)/lib -p0
  	cat $(KERNEL_PATCH2) | patch -d linux-$(LINVER) -p1
+ 	zcat $(KERNEL_PATCH3) | patch -d linux-$(LINVER) -p1
  	touch .source
  

Index: Bering-2.6.35.8.config
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/linux/Bering-2.6.35.8.config,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Bering-2.6.35.8.config	29 Nov 2010 22:24:37 -0000	1.5
--- Bering-2.6.35.8.config	10 Dec 2010 12:52:36 -0000	1.6
***************
*** 2,6 ****
  # Automatically generated make config: don't edit
  # Linux kernel version: 2.6.35.8
! # Tue Nov 30 00:01:19 2010
  #
  # CONFIG_64BIT is not set
--- 2,6 ----
  # Automatically generated make config: don't edit
  # Linux kernel version: 2.6.35.8
! # Fri Dec 10 14:35:16 2010
  #
  # CONFIG_64BIT is not set
***************
*** 877,880 ****
--- 877,882 ----
  CONFIG_NET_SCH_RED=m
  CONFIG_NET_SCH_SFQ=m
+ CONFIG_NET_SCH_ESFQ=m
+ CONFIG_NET_SCH_ESFQ_NFCT=y
  CONFIG_NET_SCH_TEQL=m
  CONFIG_NET_SCH_TBF=m


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