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 88aec8ad1..287b29cf2 100644
--- a/applets.h
+++ b/applets.h
@@ -326,6 +326,9 @@
326#ifdef BB_ROUTE 326#ifdef BB_ROUTE
327 APPLET(route, route_main, _BB_DIR_USR_BIN) 327 APPLET(route, route_main, _BB_DIR_USR_BIN)
328#endif 328#endif
329#ifdef BB_RPM2CPIO
330 APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
331#endif
329#ifdef BB_RPMUNPACK 332#ifdef BB_RPMUNPACK
330 APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN) 333 APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN)
331#endif 334#endif