[kernel] r11027 - in dists/trunk/linux-2.6/debian: . config/alpha config/amd64 config/i386

Bastian Blank waldi at alioth.debian.org
Tue Apr 1 15:21:35 UTC 2008


Author: waldi
Date: Tue Apr  1 15:21:33 2008
New Revision: 11027

Log:
* debian/changelog: Update.
* debian/config/alpha/config, debian/config/amd64/config,
  debian/config/i386/config: Make ATM modular.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/alpha/config
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Apr  1 15:21:33 2008
@@ -85,6 +85,7 @@
   * [hppa] Enable several filesystems.
   * Make NLS modular.
   * [i386/486] Make ext2 modular.
+  * [alpha,amd64,i386] Make ATM modular.
 
   [ Steve Langasek ]
   * topconfig: Enable CONFIG_CIFS_WEAK_PW_HASH, required for compatibility

Modified: dists/trunk/linux-2.6/debian/config/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/alpha/config	(original)
+++ dists/trunk/linux-2.6/debian/config/alpha/config	Tue Apr  1 15:21:33 2008
@@ -1338,8 +1338,8 @@
 ##
 ## file: net/atm/Kconfig
 ##
-CONFIG_ATM=y
-CONFIG_ATM_CLIP=y
+CONFIG_ATM=m
+CONFIG_ATM_CLIP=m
 # CONFIG_ATM_CLIP_NO_ICMP is not set
 CONFIG_ATM_LANE=m
 CONFIG_ATM_MPOA=m

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Tue Apr  1 15:21:33 2008
@@ -1489,8 +1489,8 @@
 ##
 ## file: net/atm/Kconfig
 ##
-CONFIG_ATM=y
-CONFIG_ATM_CLIP=y
+CONFIG_ATM=m
+CONFIG_ATM_CLIP=m
 # CONFIG_ATM_CLIP_NO_ICMP is not set
 CONFIG_ATM_LANE=m
 CONFIG_ATM_MPOA=m

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Tue Apr  1 15:21:33 2008
@@ -1753,8 +1753,8 @@
 ##
 ## file: net/atm/Kconfig
 ##
-CONFIG_ATM=y
-CONFIG_ATM_CLIP=y
+CONFIG_ATM=m
+CONFIG_ATM_CLIP=m
 # CONFIG_ATM_CLIP_NO_ICMP is not set
 CONFIG_ATM_LANE=m
 CONFIG_ATM_MPOA=m



More information about the Kernel-svn-changes mailing list