aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets.h b/applets.h
index 80ff1feb3..582b2fa38 100644
--- a/applets.h
+++ b/applets.h
@@ -89,6 +89,9 @@ const struct BB_applet applets[] = {
#ifdef BB_DOS2UNIX
APPLET("dos2unix", dos2unix_main, _BB_DIR_USR_BIN, dos2unix_usage)
#endif
+#ifdef BB_DPKG
+ APPLET("dpkg", dpkg_main, _BB_DIR_USR_BIN, dpkg_usage)
+#endif
#ifdef BB_DPKG_DEB
APPLET("dpkg-deb", dpkg_deb_main, _BB_DIR_USR_BIN, dpkg_deb_usage)
#endif