diff options
Diffstat (limited to 'applets')
-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 16ccce67e..cb0e2a728 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -72,6 +72,9 @@ static const struct Applet applets[] = { | |||
72 | #ifdef BB_LN //bin | 72 | #ifdef BB_LN //bin |
73 | {"ln", ln_main}, | 73 | {"ln", ln_main}, |
74 | #endif | 74 | #endif |
75 | #ifdef BB_LOADFONT //usr/bin | ||
76 | {"loadfont", loadfont_main}, | ||
77 | #endif | ||
75 | #ifdef BB_LOADKMAP //sbin | 78 | #ifdef BB_LOADKMAP //sbin |
76 | {"loadkmap", loadkmap_main}, | 79 | {"loadkmap", loadkmap_main}, |
77 | #endif | 80 | #endif |