summaryrefslogtreecommitdiff
path: root/scripts/defconfig.mingw32
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-15 12:52:31 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-15 16:17:18 +1000
commit53c5d85398dd61c52a3f82e4aca2094115c201e3 (patch)
tree4c094abe0f5e0b535626b6f2a265c179a54bbbd1 /scripts/defconfig.mingw32
parent28c65da05b29f34f2ed3e35821ad8549eb143e19 (diff)
downloadbusybox-w32-53c5d85398dd61c52a3f82e4aca2094115c201e3.tar.gz
busybox-w32-53c5d85398dd61c52a3f82e4aca2094115c201e3.tar.bz2
busybox-w32-53c5d85398dd61c52a3f82e4aca2094115c201e3.zip
win32: enable kill and killall
Diffstat (limited to 'scripts/defconfig.mingw32')
-rw-r--r--scripts/defconfig.mingw324
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32
index 7f5cbc574..b60e05b48 100644
--- a/scripts/defconfig.mingw32
+++ b/scripts/defconfig.mingw32
@@ -845,8 +845,8 @@ CONFIG_FEATURE_MIME_CHARSET=""
845# CONFIG_SMEMCAP is not set 845# CONFIG_SMEMCAP is not set
846# CONFIG_FREE is not set 846# CONFIG_FREE is not set
847# CONFIG_FUSER is not set 847# CONFIG_FUSER is not set
848# CONFIG_KILL is not set 848CONFIG_KILL=y
849# CONFIG_KILLALL is not set 849CONFIG_KILLALL=y
850# CONFIG_KILLALL5 is not set 850# CONFIG_KILLALL5 is not set
851# CONFIG_NMETER is not set 851# CONFIG_NMETER is not set
852# CONFIG_PGREP is not set 852# CONFIG_PGREP is not set