[kernel] r9318 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Fri Aug 17 18:37:44 UTC 2007


Author: maks
Date: Fri Aug 17 18:37:44 2007
New Revision: 9318

Log:
enable modular new NET_SCH_RR and backwards compat NET_CLS_POLICE 


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Aug 17 18:37:44 2007
@@ -12,12 +12,12 @@
     SENSORS_LM93, SENSORS_DME1737, SENSORS_THMC50, DVB_USB_AF9005,
     DVB_USB_AF9005_REMOTE, CRC7, I2C_TAOS_EVM, DS1682, SENSORS_TSL2550,
     SPI_LM70_LLP, SPI_TLE62X0, W1_SLAVE_DS2760, TUNER_TEA5761, NET_9P,
-    DM_MULTIPATH_RDAC.
+    DM_MULTIPATH_RDAC, NET_SCH_RR, NET_CLS_POLICE.
   * [i386] Enable lguest.
   * [amd64, i386] Enable VIDEO_OUTPUT_CONTROL.
   * linux-image bugscript add cmdline.
 
- -- maximilian attems <maks at debian.org>  Wed, 08 Aug 2007 14:20:33 +0200
+ -- maximilian attems <maks at debian.org>  Fri, 17 Aug 2007 20:32:31 +0200
 
 linux-2.6 (2.6.22-2) UNRELEASED; urgency=low
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Aug 17 18:37:44 2007
@@ -419,6 +419,7 @@
 CONFIG_NET_SCH_HFSC=m
 CONFIG_NET_SCH_ATM=m
 CONFIG_NET_SCH_PRIO=m
+CONFIG_NET_SCH_RR=m
 CONFIG_NET_SCH_RED=m
 CONFIG_NET_SCH_SFQ=m
 CONFIG_NET_SCH_TEQL=m
@@ -457,6 +458,7 @@
 CONFIG_NET_ACT_IPT=m
 CONFIG_NET_ACT_PEDIT=m
 CONFIG_NET_ACT_SIMP=m
+CONFIG_NET_CLS_POLICE=m
 CONFIG_NET_CLS_IND=y
 
 #



More information about the Kernel-svn-changes mailing list