diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-15 12:52:31 +1000 |
|---|---|---|
| committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-15 16:17:18 +1000 |
| commit | 53c5d85398dd61c52a3f82e4aca2094115c201e3 (patch) | |
| tree | 4c094abe0f5e0b535626b6f2a265c179a54bbbd1 /scripts | |
| parent | 28c65da05b29f34f2ed3e35821ad8549eb143e19 (diff) | |
| download | busybox-w32-53c5d85398dd61c52a3f82e4aca2094115c201e3.tar.gz busybox-w32-53c5d85398dd61c52a3f82e4aca2094115c201e3.tar.bz2 busybox-w32-53c5d85398dd61c52a3f82e4aca2094115c201e3.zip | |
win32: enable kill and killall
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/defconfig.mingw32 | 4 |
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 | 848 | CONFIG_KILL=y |
| 849 | # CONFIG_KILLALL is not set | 849 | 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 |
