aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-19 06:02:44 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-19 06:02:44 +0000
commitf32f56ec793c3589aafc2b412c76500402583888 (patch)
tree4ce22d21a451f695eaf1ea8ef446438414984ef3 /applets
parent446ea034c720cc0d7509b0492f118011c57c8df9 (diff)
downloadbusybox-w32-f32f56ec793c3589aafc2b412c76500402583888.tar.gz
busybox-w32-f32f56ec793c3589aafc2b412c76500402583888.tar.bz2
busybox-w32-f32f56ec793c3589aafc2b412c76500402583888.zip
fixes grep, added loadfont from debian bootfloppies.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@36 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
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