diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-06 13:17:09 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-06 13:26:19 +0000 |
commit | 1fec4ebbdb930f6b8989be2e10c0f673803ac830 (patch) | |
tree | b66e26698acde618b64b219c5709d59feaaea72b /configs | |
parent | f192e653963344fdffa88d47bb16d40d6e63081f (diff) | |
download | busybox-w32-1fec4ebbdb930f6b8989be2e10c0f673803ac830.tar.gz busybox-w32-1fec4ebbdb930f6b8989be2e10c0f673803ac830.tar.bz2 busybox-w32-1fec4ebbdb930f6b8989be2e10c0f673803ac830.zip |
iconv: import from win-iconv
Source imported from https://github.com/win-iconv/win-iconv and
modified to build in busybox-w32.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 1 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 6ef09c7b9..0b8cf83ce 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -782,6 +782,7 @@ CONFIG_FEATURE_DC_LIBM=y | |||
782 | # CONFIG_I2CSET is not set | 782 | # CONFIG_I2CSET is not set |
783 | # CONFIG_I2CDUMP is not set | 783 | # CONFIG_I2CDUMP is not set |
784 | # CONFIG_I2CDETECT is not set | 784 | # CONFIG_I2CDETECT is not set |
785 | CONFIG_ICONV=y | ||
785 | # CONFIG_INOTIFYD is not set | 786 | # CONFIG_INOTIFYD is not set |
786 | CONFIG_LESS=y | 787 | CONFIG_LESS=y |
787 | CONFIG_FEATURE_LESS_MAXLINES=9999999 | 788 | CONFIG_FEATURE_LESS_MAXLINES=9999999 |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 8cc6b419a..46ebfbbfc 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -782,6 +782,7 @@ CONFIG_FEATURE_DC_LIBM=y | |||
782 | # CONFIG_I2CSET is not set | 782 | # CONFIG_I2CSET is not set |
783 | # CONFIG_I2CDUMP is not set | 783 | # CONFIG_I2CDUMP is not set |
784 | # CONFIG_I2CDETECT is not set | 784 | # CONFIG_I2CDETECT is not set |
785 | CONFIG_ICONV=y | ||
785 | # CONFIG_INOTIFYD is not set | 786 | # CONFIG_INOTIFYD is not set |
786 | CONFIG_LESS=y | 787 | CONFIG_LESS=y |
787 | CONFIG_FEATURE_LESS_MAXLINES=9999999 | 788 | CONFIG_FEATURE_LESS_MAXLINES=9999999 |