diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-19 06:02:44 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-19 06:02:44 +0000 |
commit | f32f56ec793c3589aafc2b412c76500402583888 (patch) | |
tree | 4ce22d21a451f695eaf1ea8ef446438414984ef3 /applets | |
parent | 446ea034c720cc0d7509b0492f118011c57c8df9 (diff) | |
download | busybox-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.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 |