diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 21:10:19 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 21:10:19 +1000 |
commit | c5ef3a03d7d111634a1d2e4f72dcb1102049b592 (patch) | |
tree | 2a9ab0cc180596e9b2bd93556a384e99cc2c1c6c | |
parent | d886ed82b10bafa88072dfa83133b0159be6e40d (diff) | |
download | busybox-w32-c5ef3a03d7d111634a1d2e4f72dcb1102049b592.tar.gz busybox-w32-c5ef3a03d7d111634a1d2e4f72dcb1102049b592.tar.bz2 busybox-w32-c5ef3a03d7d111634a1d2e4f72dcb1102049b592.zip |
win32: enable strings
-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 d30730841..23ac8b067 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 | |||
@@ -672,7 +672,7 @@ CONFIG_FEATURE_LESS_MAXLINES=0 | |||
672 | # CONFIG_RUNLEVEL is not set | 672 | # CONFIG_RUNLEVEL is not set |
673 | # CONFIG_RX is not set | 673 | # CONFIG_RX is not set |
674 | # CONFIG_SETSID is not set | 674 | # CONFIG_SETSID is not set |
675 | # CONFIG_STRINGS is not set | 675 | CONFIG_STRINGS=y |
676 | # CONFIG_TASKSET is not set | 676 | # CONFIG_TASKSET is not set |
677 | # CONFIG_FEATURE_TASKSET_FANCY is not set | 677 | # CONFIG_FEATURE_TASKSET_FANCY is not set |
678 | # CONFIG_TIME is not set | 678 | # CONFIG_TIME is not set |