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

Maximilian Attems maks at alioth.debian.org
Thu Aug 23 10:45:13 UTC 2007


Author: maks
Date: Thu Aug 23 10:45:13 2007
New Revision: 9353

Log:
NET_CLS_POLICE does nothing beside selecting the act option,
that are already enabled, see c3bc7cff8fddb6ff9715be8bfc3d911378c4d69d
thus disable. fixes "symbol value 'm' invalid for 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	Thu Aug 23 10:45:13 2007
@@ -13,14 +13,15 @@
     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, NET_SCH_RR, NET_CLS_POLICE, EEPROM_93CX6, PPPOL2TP,
-    CRYPTO_HW, UIO, UIO_CIF.
+    DM_MULTIPATH_RDAC, NET_SCH_RR, EEPROM_93CX6, PPPOL2TP, CRYPTO_HW, UIO,
+    UIO_CIF.
   * [i386] Enable lguest.
   * [amd64, i386] Enable VIDEO_OUTPUT_CONTROL, THINKPAD_ACPI_INPUT_ENABLED.
   * linux-image bugscript add cmdline.
   * [amd64, i386, ia64]: Enable DMIID.
+  * 
 
- -- Bastian Blank <waldi at debian.org>  Sun, 19 Aug 2007 15:33:47 +0200
+ -- maximilian attems <maks at debian.org>  Thu, 23 Aug 2007 12:40:34 +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	Thu Aug 23 10:45:13 2007
@@ -458,7 +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_POLICE=n
 CONFIG_NET_CLS_IND=y
 
 #



More information about the Kernel-svn-changes mailing list