[kernel] r17376 - dists/trunk/linux-2.6/debian/config

Ben Hutchings benh at alioth.debian.org
Tue May 10 03:06:15 UTC 2011


Author: benh
Date: Tue May 10 03:05:57 2011
New Revision: 17376

Log:
Explicitly set CONFIG_NLS=y

It's selected by other options (and has been for a long time).  Making
the change explicit guarantees that kernel-wedge doesn't need to
package it as module.

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

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Mon May  9 17:24:47 2011	(r17375)
+++ dists/trunk/linux-2.6/debian/config/config	Tue May 10 03:05:57 2011	(r17376)
@@ -3173,7 +3173,7 @@
 ##
 ## file: fs/nls/Kconfig
 ##
-CONFIG_NLS=m
+CONFIG_NLS=y
 CONFIG_NLS_DEFAULT="utf8"
 CONFIG_NLS_CODEPAGE_437=m
 CONFIG_NLS_CODEPAGE_737=m



More information about the Kernel-svn-changes mailing list