From 9e598413750c0decba90222f29104f31b39e5837 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Thu, 9 Jan 2003 10:06:01 +0000 Subject: arping applet by Nick Fedchik --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') 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 @@ #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 -- cgit v1.2.3-55-g6feb