Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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