diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-12-26 00:47:19 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-12-26 00:47:19 +0000 |
commit | 60501ecd3fe71fd3821489dd749238678e2bdd98 (patch) | |
tree | faeb48696042f353e6a13eafdae4046cdaa15f69 /packages/busybox/switchbox-1.00/defconfig | |
parent | 01c0bc2e7cb8e6ddf63f513181210762335208d0 (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded
into home.(none):/home/slug/openembedded
2004/12/26 11:16:53+10:30 (none)!rwhitby
Unslung 3.15-alpha, with an improved switchbox, and confirmation dialogs for maintenance mode
BKrev: 41ce0a17xiLVTaQgH7jrrEudgkOddw
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 |