Fix creation of /linuxrc

-Erik
This commit is contained in:
Erik Andersen
2000-04-18 23:32:10 +00:00
parent b9167cb67f
commit 9a8195cc03
7 changed files with 19 additions and 7 deletions

View File

@ -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