aboutsummaryrefslogtreecommitdiff
path: root/networking/arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/arp.c')
-rw-r--r--networking/arp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/arp.c b/networking/arp.c
index 69a5816eb..a62a3761c 100644
--- a/networking/arp.c
+++ b/networking/arp.c
@@ -12,6 +12,16 @@
12 * 12 *
13 * modified for getopt32 by Arne Bernin <arne [at] alamut.de> 13 * modified for getopt32 by Arne Bernin <arne [at] alamut.de>
14 */ 14 */
15//config:config ARP
16//config: bool "arp"
17//config: default y
18//config: select PLATFORM_LINUX
19//config: help
20//config: Manipulate the system ARP cache.
21
22//applet:IF_ARP(APPLET(arp, BB_DIR_SBIN, BB_SUID_DROP))
23
24//kbuild:lib-$(CONFIG_ARP) += arp.o interface.o
15 25
16//usage:#define arp_trivial_usage 26//usage:#define arp_trivial_usage
17//usage: "\n[-vn] [-H HWTYPE] [-i IF] -a [HOSTNAME]" 27//usage: "\n[-vn] [-H HWTYPE] [-i IF] -a [HOSTNAME]"