diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 403b14008..a35306915 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -102,6 +102,9 @@ static const struct Applet applets[] = { | |||
102 | #ifdef BB_LN //bin | 102 | #ifdef BB_LN //bin |
103 | {"ln", ln_main}, | 103 | {"ln", ln_main}, |
104 | #endif | 104 | #endif |
105 | #ifdef BB_LOADACM //usr/bin | ||
106 | {"loadacm", loadacm_main}, | ||
107 | #endif | ||
105 | #ifdef BB_LOADFONT //usr/bin | 108 | #ifdef BB_LOADFONT //usr/bin |
106 | {"loadfont", loadfont_main}, | 109 | {"loadfont", loadfont_main}, |
107 | #endif | 110 | #endif |
@@ -232,9 +235,6 @@ static const struct Applet applets[] = { | |||
232 | #ifdef BB_GZIP //bin | 235 | #ifdef BB_GZIP //bin |
233 | {"gzip", gzip_main}, | 236 | {"gzip", gzip_main}, |
234 | #endif | 237 | #endif |
235 | #ifdef BB_LOADACM //usr/bin | ||
236 | {"loadacm", loadacm_main}, | ||
237 | #endif | ||
238 | {0} | 238 | {0} |
239 | }; | 239 | }; |
240 | 240 | ||