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 ##