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

Maximilian Attems maks at alioth.debian.org
Sun Nov 23 18:53:07 UTC 2008


Author: maks
Date: Sun Nov 23 18:53:06 2008
New Revision: 12444

Log:
topconfig enable UBIFS and friends

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	Sun Nov 23 18:53:06 2008
@@ -15,7 +15,7 @@
     I2C_NFORCE2_S4985, AT24, SENSORS_AD7414, SENSORS_ADCXX,
     SOC_CAMERA_PLATFORM, VIDEO_SH_MOBILE_CEU, DVB_USB_DW2102, DVB_USB_ANYSEE,
     DVB_SIANO_SMS1XXX, DVB_DRX397XD, MMC_SDHCI_PCI, MMC_SDRICOH_CS,
-    EDAC_I5100, RTC_DRV_M41T94, RTC_DRV_DS1305.
+    EDAC_I5100, RTC_DRV_M41T94, RTC_DRV_DS1305, UBIFS.
   * [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K.
   * [x86_64] set AMD_IOMMU, MTRR_SANITIZER.
   * Add stable releases 2.6.27.1-2.6.27.7.

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	Sun Nov 23 18:53:06 2008
@@ -1840,6 +1840,12 @@
 ## choice: JFFS2 default compression mode
 CONFIG_JFFS2_CMODE_PRIORITY=y
 ## end choice
+CONFIG_UBIFS_FS=m
+CONFIG_UBIFS_FS_XATTR=y
+CONFIG_UBIFS_FS_ADVANCED_COMPR=y
+CONFIG_UBIFS_FS_LZO=y
+CONFIG_UBIFS_FS_ZLIB=y
+# CONFIG_UBIFS_FS_DEBUG is not set
 CONFIG_OMFS_FS=m
 CONFIG_CRAMFS=m
 CONFIG_VXFS_FS=m



More information about the Kernel-svn-changes mailing list