aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-18 23:32:10 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-18 23:32:10 +0000
commit9a8195cc03516b9f376b0f965d9f05fa326ac5d2 (patch)
tree3857674a2de28a112b221ef68f02b2bc7539537a /utility.c
parentb9167cb67f3316e2220cc4d209bb75880d619bc6 (diff)
downloadbusybox-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.gz
Fix creation of /linuxrc
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/utility.c b/utility.c
index 90eec4e21..a49b8a0eb 100644
--- a/utility.c
+++ b/utility.c
@@ -525,10 +525,12 @@ int fullRead(int fd, char *buf, int len)
#if defined (BB_CHMOD_CHOWN_CHGRP) \
- || defined (BB_CP_MV) \
- || defined (BB_FIND) \
- || defined (BB_LS) \
- || defined (BB_INSMOD)
+ || defined (BB_CP_MV) \
+ || defined (BB_FIND) \
+ || defined (BB_INSMOD) \
+ || defined (BB_RM) \
+ || defined (BB_TAR)
+
/*
* Walk down all the directories under the specified
* location, and do something (something specified