From b9622e93d98217938475e18deae6f4f3fa0b6b5e Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Sun, 1 May 2011 13:39:35 +0000 Subject: [PATCH] topconfig enable SQUASHFS_{LZO,XZ} svn path=/dists/trunk/linux-2.6/; revision=17280 --- debian/changelog | 6 ++++++ debian/config/config | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2f07e664f..24688d8d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-2.6 (2.6.39~rc5-1~experimental.2) experimental; urgency=low + + * Enable SQUASHFS_{LZO,XZ}. (closes: #613658) + + -- maximilian attems Tue, 01 May 2011 14:36:33 +0100 + linux-2.6 (2.6.39~rc5-1~experimental.1) experimental; urgency=low * New upstream release candidate diff --git a/debian/config/config b/debian/config/config index 4e6dac97b..8777bf410 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3372,6 +3372,8 @@ CONFIG_ROMFS_BACKED_BY_BOTH=y ## CONFIG_SQUASHFS=m CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XZ=y # CONFIG_SQUASHFS_EMBEDDED is not set ##