diff options
Diffstat (limited to 'networking/arp.c')
-rw-r--r-- | networking/arp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/arp.c b/networking/arp.c index 16783ab..6519f81 100644 --- a/networking/arp.c +++ b/networking/arp.c @@ -15,6 +15,7 @@ //config:config ARP //config: bool "arp (10 kb)" //config: default y +//config: select PLATFORM_LINUX //config: help //config: Manipulate the system ARP cache. |