From 6437170cb31302d8525cd6fcbe0a2efad386ab9d Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sat, 4 Mar 2000 22:23:27 +0000 Subject: Add in freeramdisk.c, which (duh) frees ramdisks. If you have any ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index a80a567..ccf80a7 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -97,6 +97,9 @@ static const struct Applet applets[] = { #ifdef BB_FREE //usr/bin {"free", free_main}, #endif +#ifdef BB_FREERAMDISK //sbin + {"freeramdisk", freeramdisk_main}, +#endif #ifdef BB_DEALLOCVT //usr/bin {"deallocvt", deallocvt_main}, #endif -- cgit v1.1