diff options
-rw-r--r-- | BUGS | 6 | ||||
-rw-r--r-- | scripts/defconfig.mingw32 | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -4,6 +4,12 @@ | |||
4 | 4 | ||
5 | ** code page issue | 5 | ** code page issue |
6 | 6 | ||
7 | * archival | ||
8 | |||
9 | ** unlzma < foo.lzma does not work | ||
10 | |||
11 | unlzma < foo.lzma | bar does work though | ||
12 | |||
7 | * ash | 13 | * ash |
8 | 14 | ||
9 | ** ^C, ^D do not work | 15 | ** ^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 | |||
159 | CONFIG_UNCOMPRESS=y | 159 | CONFIG_UNCOMPRESS=y |
160 | CONFIG_UNLZMA=y | 160 | CONFIG_UNLZMA=y |
161 | CONFIG_FEATURE_LZMA_FAST=y | 161 | CONFIG_FEATURE_LZMA_FAST=y |
162 | # CONFIG_LZMA is not set | 162 | CONFIG_LZMA=y |
163 | # CONFIG_UNXZ is not set | 163 | CONFIG_UNXZ=y |
164 | # CONFIG_XZ is not set | 164 | CONFIG_XZ=y |
165 | CONFIG_UNZIP=y | 165 | CONFIG_UNZIP=y |
166 | 166 | ||
167 | # | 167 | # |