aboutsummaryrefslogtreecommitdiff
path: root/busybox.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 /busybox.c
parentb9167cb67f3316e2220cc4d209bb75880d619bc6 (diff)
downloadbusybox-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.gz
Fix creation of /linuxrc
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.c b/busybox.c
index 73939c55f..f4260e937 100644
--- a/busybox.c
+++ b/busybox.c
@@ -149,7 +149,7 @@ static const struct Applet applets[] = {
#ifdef BB_LENGTH
{"length", length_main, _BB_DIR_USR_BIN},
#endif
-#ifdef BB_FEATURE_LINUXRC //
+#ifdef BB_LINUXRC
{"linuxrc", init_main, _BB_DIR_ROOT},
#endif
#ifdef BB_LN