aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/120-no_arpd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/iproute2/patches/120-no_arpd.patch')
-rw-r--r--package/network/utils/iproute2/patches/120-no_arpd.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/network/utils/iproute2/patches/120-no_arpd.patch b/package/network/utils/iproute2/patches/120-no_arpd.patch
new file mode 100644
index 0000000000..772398140b
--- /dev/null
+++ b/package/network/utils/iproute2/patches/120-no_arpd.patch
@@ -0,0 +1,15 @@
+--- a/misc/Makefile
++++ b/misc/Makefile
+@@ -6,9 +6,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
+
+ include ../config.mk
+
+-ifeq ($(HAVE_BERKELEY_DB),y)
+- TARGETS += arpd
+-endif
++#ifeq ($(HAVE_BERKELEY_DB),y)
++# TARGETS += arpd
++#endif
+
+ all: $(TARGETS)
+