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 --- BUGS | 6 ++++++ scripts/defconfig.mingw32 | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/BUGS b/BUGS index 3be0808fd..a0e096a7e 100644 --- a/BUGS +++ b/BUGS @@ -4,6 +4,12 @@ ** code page issue +* archival + +** unlzma < foo.lzma does not work + +unlzma < foo.lzma | bar does work though + * ash ** ^C, ^D do not work 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