diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,9 @@ static const struct Applet applets[] = { | |||
97 | #ifdef BB_FREE //usr/bin | 97 | #ifdef BB_FREE //usr/bin |
98 | {"free", free_main}, | 98 | {"free", free_main}, |
99 | #endif | 99 | #endif |
100 | #ifdef BB_FREERAMDISK //sbin | ||
101 | {"freeramdisk", freeramdisk_main}, | ||
102 | #endif | ||
100 | #ifdef BB_DEALLOCVT //usr/bin | 103 | #ifdef BB_DEALLOCVT //usr/bin |
101 | {"deallocvt", deallocvt_main}, | 104 | {"deallocvt", deallocvt_main}, |
102 | #endif | 105 | #endif |