From 3e0fbae15eca940c70075c8eade3f2c735fa34b6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Oct 1999 06:02:44 +0000 Subject: fixes grep, added loadfont from debian bootfloppies. -Erik --- busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'busybox.c') diff --git a/busybox.c b/busybox.c index 16ccce67e..cb0e2a728 100644 --- a/busybox.c +++ b/busybox.c @@ -72,6 +72,9 @@ static const struct Applet applets[] = { #ifdef BB_LN //bin {"ln", ln_main}, #endif +#ifdef BB_LOADFONT //usr/bin + {"loadfont", loadfont_main}, +#endif #ifdef BB_LOADKMAP //sbin {"loadkmap", loadkmap_main}, #endif -- cgit v1.2.3