hush: fix a bug in argv restoration after sourcing a file
[oweals/busybox.git] / networking / arping.c
index 46bd65e3610207e9c0ed8fa89c454780f0bdcf9e..5bfeb1b4562e51e58b3fd84763c671d4d3941d6f 100644 (file)
@@ -5,6 +5,17 @@
  * Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
  * Busybox port: Nick Fedchik <nick@fedchik.org.ua>
  */
+//config:config ARPING
+//config:      bool "arping"
+//config:      default y
+//config:      select PLATFORM_LINUX
+//config:      help
+//config:        Ping hosts by ARP packets.
+//config:
+
+//applet:IF_ARPING(APPLET(arping, BB_DIR_USR_SBIN, BB_SUID_DROP))
+
+//kbuild:lib-$(CONFIG_ARPING) += arping.o
 
 //usage:#define arping_trivial_usage
 //usage:       "[-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP"