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 177e82352..9e95b2e9d 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -58,6 +58,9 @@ | |||
58 | #ifdef CONFIG_AR | 58 | #ifdef CONFIG_AR |
59 | APPLET(ar, ar_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 59 | APPLET(ar, ar_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
60 | #endif | 60 | #endif |
61 | #ifdef CONFIG_ARPING | ||
62 | APPLET(arping, arping_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
63 | #endif | ||
61 | #ifdef CONFIG_ASH | 64 | #ifdef CONFIG_ASH |
62 | APPLET_NOUSAGE("ash", ash_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 65 | APPLET_NOUSAGE("ash", ash_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
63 | #endif | 66 | #endif |