diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 88aec8ad1..287b29cf2 100644 --- a/include/applets.h +++ b/include/applets.h @@ -326,6 +326,9 @@ #ifdef BB_ROUTE APPLET(route, route_main, _BB_DIR_USR_BIN) #endif +#ifdef BB_RPM2CPIO + APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN) +#endif #ifdef BB_RPMUNPACK APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN) #endif |