diff options
Diffstat (limited to 'networking/arp.c')
-rw-r--r-- | networking/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c index f23ec8629..177ab1571 100644 --- a/networking/arp.c +++ b/networking/arp.c | |||
@@ -17,7 +17,7 @@ | |||
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | 18 | //config: select PLATFORM_LINUX |
19 | //config: help | 19 | //config: help |
20 | //config: Manipulate the system ARP cache. | 20 | //config: Manipulate the system ARP cache. |
21 | 21 | ||
22 | //applet:IF_ARP(APPLET(arp, BB_DIR_SBIN, BB_SUID_DROP)) | 22 | //applet:IF_ARP(APPLET(arp, BB_DIR_SBIN, BB_SUID_DROP)) |
23 | 23 | ||