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 /busybox.c | |
parent | 08b1034f4f0b910660a8b1a537f86462fa41ebad (diff) | |
download | busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.zip busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.tar.gz |
Stuf
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |