diff options
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |