aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/120-no_arpd.patch
blob: 772398140bfadb1ac5d721a2379378ddb12c9ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)