summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath2003-01-09 10:06:01 +0000
committerGlenn L McGrath2003-01-09 10:06:01 +0000
commit9e598413750c0decba90222f29104f31b39e5837 (patch)
treeb6eeae83f81b7feb203eb5ce33a8e9c51941e9ca /include/applets.h
parentdd3461af2f227efae7a69a67e5b8dc1f665b57b9 (diff)
downloadbusybox-9e598413750c0decba90222f29104f31b39e5837.zip
busybox-9e598413750c0decba90222f29104f31b39e5837.tar.gz
arping applet by Nick Fedchik
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
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