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 /scripts | |
parent | 4a558dcca412e642f019e88200885a877d30f50e (diff) | |
download | busybox-w32-24d7c3d84df69277b607f218825d8085198b039b.tar.gz busybox-w32-24d7c3d84df69277b607f218825d8085198b039b.tar.bz2 busybox-w32-24d7c3d84df69277b607f218825d8085198b039b.zip |
win32: enable lzop (requires WIN32_NET)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |