From 9a8195cc03516b9f376b0f965d9f05fa326ac5d2 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 18 Apr 2000 23:32:10 +0000 Subject: Fix creation of /linuxrc -Erik --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 73939c55f..f4260e937 100644 --- a/applets/busybox.c +++ b/applets/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 -- cgit v1.2.3