diff options
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[] = { | |||
149 | #ifdef BB_LENGTH | 149 | #ifdef BB_LENGTH |
150 | {"length", length_main, _BB_DIR_USR_BIN}, | 150 | {"length", length_main, _BB_DIR_USR_BIN}, |
151 | #endif | 151 | #endif |
152 | #ifdef BB_FEATURE_LINUXRC // | 152 | #ifdef BB_LINUXRC |
153 | {"linuxrc", init_main, _BB_DIR_ROOT}, | 153 | {"linuxrc", init_main, _BB_DIR_ROOT}, |
154 | #endif | 154 | #endif |
155 | #ifdef BB_LN | 155 | #ifdef BB_LN |