diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-11 22:34:46 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 11:06:12 +1000 |
commit | 185b9604333d74512a36f603164c2c728a166504 (patch) | |
tree | 5ca6688365bce4a06a46006efa05b46728cbb7fd | |
parent | 83fe7a0e48eec87bdc7372889c4436a06681609a (diff) | |
download | busybox-w32-185b9604333d74512a36f603164c2c728a166504.tar.gz busybox-w32-185b9604333d74512a36f603164c2c728a166504.tar.bz2 busybox-w32-185b9604333d74512a36f603164c2c728a166504.zip |
win32: awk sort of works
-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 4c39c85f0..37968bbde 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 | |||
@@ -327,7 +327,7 @@ CONFIG_DEFAULT_SETFONT_DIR="" | |||
327 | # | 327 | # |
328 | # Editors | 328 | # Editors |
329 | # | 329 | # |
330 | # CONFIG_AWK is not set | 330 | CONFIG_AWK=y |
331 | # CONFIG_FEATURE_AWK_LIBM is not set | 331 | # CONFIG_FEATURE_AWK_LIBM is not set |
332 | CONFIG_CMP=y | 332 | CONFIG_CMP=y |
333 | CONFIG_DIFF=y | 333 | CONFIG_DIFF=y |