topconfig enable SQUASHFS_{LZO,XZ}

svn path=/dists/trunk/linux-2.6/; revision=17280
This commit is contained in:
Maximilian Attems 2011-05-01 13:39:35 +00:00
parent 4f495a1b47
commit b9622e93d9
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -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 <maks@debian.org> 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

View File

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