summaryrefslogtreecommitdiff
path: root/bld
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2015-12-23 16:15:58 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2015-12-23 16:15:58 +0000
commit11867dc28c7bd7c8a509ee7c8c7438cd2bcc1770 (patch)
tree8cd6f1581d359bc23bcbbec74fde292030728528 /bld
parentd3a8b39c7df2f0debf3b5f274a1c37a9e261f94e (diff)
downloaddnsmasq-11867dc28c7bd7c8a509ee7c8c7438cd2bcc1770.tar.gz
Cache access to the kernel's ARP table.
Diffstat (limited to 'bld')
-rw-r--r--bld/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bld/Android.mk b/bld/Android.mk
index 87966d2..eafef35 100644
--- a/bld/Android.mk
+++ b/bld/Android.mk
@@ -10,7 +10,7 @@ LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c \
dhcp6.c rfc3315.c dhcp-common.c outpacket.c \
radv.c slaac.c auth.c ipset.c domain.c \
dnssec.c dnssec-openssl.c blockdata.c tables.c \
- loop.c inotify.c poll.c rrfilter.c edns0.c
+ loop.c inotify.c poll.c rrfilter.c edns0.c arp.c
LOCAL_MODULE := dnsmasq