From d5e321331f51b57f194986257622e614adcf40f5 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 13 Dec 2008 00:59:57 +0200 Subject: [PATCH] busybox: added ps, switch_root and other tools, including a `less` replacement --- busybox.config | 10 ++++++++++ pkgsel | 1 + 2 files changed, 11 insertions(+) diff --git a/busybox.config b/busybox.config index 9443bf2..9788444 100644 --- a/busybox.config +++ b/busybox.config @@ -46,3 +46,13 @@ X CONFIG_FDISK_SUPPORT_LARGE_DISKS X CONFIG_MKSWAP X CONFIG_SWAPONOFF +# Processes +X CONFIG_PS + +# Mess +X CONFIG_HWCLOCK +X CONFIG_SWITCH_ROOT +X CONFIG_LESS +X CONFIG_PING +X CONFIG_TOP +X CONFIG_UPTIME diff --git a/pkgsel b/pkgsel index 6ef3359..255da10 100644 --- a/pkgsel +++ b/pkgsel @@ -40,3 +40,4 @@ O stone O shadow O net-tools O m4 +O less