summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-15 16:16:42 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-15 16:17:19 +1000
commit3a55b6ad3a842eab971016dbebc0f32281d52fd7 (patch)
tree070b19527ede6e6aa97219ca4d0d28f26b0b7554 /scripts
parent53c5d85398dd61c52a3f82e4aca2094115c201e3 (diff)
downloadbusybox-w32-3a55b6ad3a842eab971016dbebc0f32281d52fd7.tar.gz
busybox-w32-3a55b6ad3a842eab971016dbebc0f32281d52fd7.tar.bz2
busybox-w32-3a55b6ad3a842eab971016dbebc0f32281d52fd7.zip
win32: enable pidof
Diffstat (limited to 'scripts')
-rw-r--r--scripts/defconfig.mingw326
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32
index b60e05b48..a02600c83 100644
--- a/scripts/defconfig.mingw32
+++ b/scripts/defconfig.mingw32
@@ -850,9 +850,9 @@ CONFIG_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
853# CONFIG_PIDOF is not set 853CONFIG_PIDOF=y
854# CONFIG_FEATURE_PIDOF_SINGLE is not set 854CONFIG_FEATURE_PIDOF_SINGLE=y
855# CONFIG_FEATURE_PIDOF_OMIT is not set 855CONFIG_FEATURE_PIDOF_OMIT=y
856# CONFIG_PKILL is not set 856# CONFIG_PKILL is not set
857CONFIG_PS=y 857CONFIG_PS=y
858# CONFIG_FEATURE_PS_WIDE is not set 858# CONFIG_FEATURE_PS_WIDE is not set