diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-18 23:32:10 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-18 23:32:10 +0000 |
commit | 9a8195cc03516b9f376b0f965d9f05fa326ac5d2 (patch) | |
tree | 3857674a2de28a112b221ef68f02b2bc7539537a /busybox.c | |
parent | b9167cb67f3316e2220cc4d209bb75880d619bc6 (diff) | |
download | busybox-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.gz |
Fix creation of /linuxrc
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |