commit | 9e598413750c0decba90222f29104f31b39e5837 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Thu Jan 09 10:06:01 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Thu Jan 09 10:06:01 2003 +0000 |
tree | b6eeae83f81b7feb203eb5ce33a8e9c51941e9ca | |
parent | dd3461af2f227efae7a69a67e5b8dc1f665b57b9 [diff] [blame] |
arping applet by Nick Fedchik
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