diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:42:36 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:42:36 +1000 |
commit | 24d7c3d84df69277b607f218825d8085198b039b (patch) | |
tree | 39b336e5395a0fc2e7bf2b2d8bc5dbba3cb1d5b1 | |
parent | 4a558dcca412e642f019e88200885a877d30f50e (diff) | |
download | busybox-w32-24d7c3d84df69277b607f218825d8085198b039b.tar.gz busybox-w32-24d7c3d84df69277b607f218825d8085198b039b.tar.bz2 busybox-w32-24d7c3d84df69277b607f218825d8085198b039b.zip |
win32: enable lzop (requires WIN32_NET)
-rw-r--r-- | archival/Config.src | 1 | ||||
-rw-r--r-- | scripts/defconfig.mingw32 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/archival/Config.src b/archival/Config.src index 81788ecd9..7e493f56f 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -190,6 +190,7 @@ config FEATURE_GZIP_LONG_OPTIONS | |||
190 | config LZOP | 190 | config LZOP |
191 | bool "lzop" | 191 | bool "lzop" |
192 | default y | 192 | default y |
193 | depends on PLATFORM_POSIX || WIN32_NET | ||
193 | help | 194 | help |
194 | Lzop compression/decompresion. | 195 | Lzop compression/decompresion. |
195 | 196 | ||
diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32 index 26a50bed7..e802dfa87 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 | |||
@@ -140,7 +140,7 @@ CONFIG_FEATURE_CPIO_P=y | |||
140 | CONFIG_GUNZIP=y | 140 | CONFIG_GUNZIP=y |
141 | CONFIG_GZIP=y | 141 | CONFIG_GZIP=y |
142 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y | 142 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y |
143 | # CONFIG_LZOP is not set | 143 | CONFIG_LZOP=y |
144 | # CONFIG_LZOP_COMPR_HIGH is not set | 144 | # CONFIG_LZOP_COMPR_HIGH is not set |
145 | # CONFIG_RPM2CPIO is not set | 145 | # CONFIG_RPM2CPIO is not set |
146 | # CONFIG_RPM is not set | 146 | # CONFIG_RPM is not set |