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 @@ | |||
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 |