diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index bd2053039..5d8e7bb68 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -200,6 +200,12 @@ | |||
200 | #ifdef CONFIG_FSCK_MINIX | 200 | #ifdef CONFIG_FSCK_MINIX |
201 | APPLET_ODDNAME("fsck.minix", fsck_minix_main, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix) | 201 | APPLET_ODDNAME("fsck.minix", fsck_minix_main, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix) |
202 | #endif | 202 | #endif |
203 | #ifdef CONFIG_FTPGET | ||
204 | APPLET(ftpget, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
205 | #endif | ||
206 | #ifdef CONFIG_FTPPUT | ||
207 | APPLET(ftpput, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
208 | #endif | ||
203 | #ifdef CONFIG_GETOPT | 209 | #ifdef CONFIG_GETOPT |
204 | APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 210 | APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
205 | #endif | 211 | #endif |