diff options
author | Glenn L McGrath | 2003-01-09 10:06:01 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-01-09 10:06:01 +0000 |
commit | 9e598413750c0decba90222f29104f31b39e5837 (patch) | |
tree | b6eeae83f81b7feb203eb5ce33a8e9c51941e9ca /include/applets.h | |
parent | dd3461af2f227efae7a69a67e5b8dc1f665b57b9 (diff) | |
download | busybox-9e598413750c0decba90222f29104f31b39e5837.zip busybox-9e598413750c0decba90222f29104f31b39e5837.tar.gz |
arping applet by Nick Fedchik
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 177e823..9e95b2e 100644 --- a/include/applets.h +++ b/include/applets.h @@ -58,6 +58,9 @@ #ifdef CONFIG_AR APPLET(ar, ar_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_ARPING + APPLET(arping, arping_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_ASH APPLET_NOUSAGE("ash", ash_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif |