aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-11 17:29:36 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-11 17:29:36 +0000
commit61dc0571832b88097192a8c0eab190a44c577371 (patch)
treee8d48007f5e86b1fe04d3b4f4b56d53c6ef35eeb /busybox.c
parentdf5f6ba1159f8c1af500fa1b8eb9c9646e4de2a6 (diff)
downloadbusybox-61dc0571832b88097192a8c0eab190a44c577371.tar.gz
Added 'dumpkmap' to allow people to dump a binary keymap, which can then be
loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 44fa16994..5471db597 100644
--- a/busybox.c
+++ b/busybox.c
@@ -87,6 +87,9 @@ const struct BB_applet applets[] = {
#ifdef BB_DU
{"du", du_main, _BB_DIR_BIN},
#endif
+#ifdef BB_DUMPKMAP
+ {"dumpkmap", dumpkmap_main, _BB_DIR_BIN},
+#endif
#ifdef BB_DUTMP
{"dutmp", dutmp_main, _BB_DIR_USR_SBIN},
#endif