diff options
author | Eric Andersen | 1999-11-19 05:31:45 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-19 05:31:45 +0000 |
commit | 6a76e652aab7d614c2b47b50318e0690c06779c4 (patch) | |
tree | eb5564c774b9ef03dc095e7c06e8adb2a8ede1c8 /applets/busybox.c | |
parent | 08b1034f4f0b910660a8b1a537f86462fa41ebad (diff) | |
download | busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.zip busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.tar.gz |
Stuf
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index c41c350..efa4ec7 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -72,6 +72,9 @@ static const struct Applet applets[] = { #ifdef BB_INIT //sbin {"init", init_main}, #endif +#ifdef BB_FEATURE_LINUXRC // + {"linuxrc", init_main}, +#endif #ifdef BB_KILL //bin {"kill", kill_main}, #endif |