diff options
Diffstat (limited to 'packages/busybox/switchbox-1.00/defconfig')
| -rw-r--r-- | packages/busybox/switchbox-1.00/defconfig | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/packages/busybox/switchbox-1.00/defconfig b/packages/busybox/switchbox-1.00/defconfig index a757d731cd..d2587d30ce 100644 --- a/packages/busybox/switchbox-1.00/defconfig +++ b/packages/busybox/switchbox-1.00/defconfig @@ -95,19 +95,19 @@ CONFIG_MD5SUM=y CONFIG_MKDIR=y # CONFIG_MKFIFO is not set # CONFIG_MKNOD is not set -# CONFIG_MV is not set +CONFIG_MV=y # CONFIG_OD is not set # CONFIG_PRINTF is not set -# CONFIG_PWD is not set +CONFIG_PWD=y # CONFIG_REALPATH is not set CONFIG_RM=y -# CONFIG_RMDIR is not set +CONFIG_RMDIR=y # CONFIG_SEQ is not set # CONFIG_SHA1SUM is not set CONFIG_SLEEP=y # CONFIG_SORT is not set # CONFIG_STTY is not set -# CONFIG_SYNC is not set +CONFIG_SYNC=y # CONFIG_TAIL is not set # CONFIG_TEE is not set CONFIG_TEST=y @@ -168,7 +168,7 @@ CONFIG_FEATURE_VI_YANKMARK=y # Finding Utilities # # CONFIG_FIND is not set -# CONFIG_GREP is not set +CONFIG_GREP=y # CONFIG_XARGS is not set # @@ -224,7 +224,7 @@ CONFIG_FEATURE_2_4_MODULES=y CONFIG_FEATURE_2_6_MODULES=y # CONFIG_LSMOD is not set # CONFIG_MODPROBE is not set -# CONFIG_RMMOD is not set +CONFIG_RMMOD=y # # Networking Utilities @@ -270,10 +270,11 @@ CONFIG_FEATURE_WGET_STATUSBAR=y # # Process Utilities # -# CONFIG_FREE is not set -# CONFIG_KILL is not set +CONFIG_FREE=y +CONFIG_KILL=y +CONFIG_KILLALL=y # CONFIG_PIDOF is not set -# CONFIG_PS is not set +CONFIG_PS=y # CONFIG_RENICE is not set # CONFIG_TOP is not set # CONFIG_UPTIME is not set @@ -328,7 +329,7 @@ CONFIG_FEATURE_COMMAND_TAB_COMPLETION=y # CONFIG_FDFORMAT is not set # CONFIG_FDISK is not set # FDISK_SUPPORT_LARGE_DISKS is not set -# CONFIG_FREERAMDISK is not set +CONFIG_FREERAMDISK=y # CONFIG_FSCK_MINIX is not set # CONFIG_MKFS_MINIX is not set # CONFIG_GETOPT is not set |
