aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/120-no_arpd_ifstat_rtacct_lnstat.patch
blob: bb6a8d018073932950b74cdd065b09a7660ba87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -2,13 +2,13 @@
 SSOBJ=ss.o ssfilter_check.o ssfilter.tab.o
 LNSTATOBJ=lnstat.o lnstat_util.o
 
-TARGETS=ss nstat ifstat rtacct lnstat
+TARGETS=ss nstat
 
 include ../config.mk
 
-ifeq ($(HAVE_BERKELEY_DB),y)
-	TARGETS += arpd
-endif
+#ifeq ($(HAVE_BERKELEY_DB),y)
+#	TARGETS += arpd
+#endif
 
 all: $(TARGETS)