From 2cd14f15475d6916acf7656c09e0a877affe7768 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Mon, 20 Sep 2010 17:33:08 +1000 Subject: win32: enable (un)lzma, (un)xz --- scripts/defconfig.mingw32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32 index 2159a0166..26a50bed7 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 @@ -159,9 +159,9 @@ CONFIG_FEATURE_TAR_LONG_OPTIONS=y CONFIG_UNCOMPRESS=y CONFIG_UNLZMA=y CONFIG_FEATURE_LZMA_FAST=y -# CONFIG_LZMA is not set -# CONFIG_UNXZ is not set -# CONFIG_XZ is not set +CONFIG_LZMA=y +CONFIG_UNXZ=y +CONFIG_XZ=y CONFIG_UNZIP=y # -- cgit v1.2.3-55-g6feb