aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/120-no_arpd_ifstat_rtacct_lnstat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/iproute2/patches/120-no_arpd_ifstat_rtacct_lnstat.patch')
-rw-r--r--package/network/utils/iproute2/patches/120-no_arpd_ifstat_rtacct_lnstat.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/network/utils/iproute2/patches/120-no_arpd_ifstat_rtacct_lnstat.patch b/package/network/utils/iproute2/patches/120-no_arpd_ifstat_rtacct_lnstat.patch
new file mode 100644
index 0000000000..bb6a8d0180
--- /dev/null
+++ b/package/network/utils/iproute2/patches/120-no_arpd_ifstat_rtacct_lnstat.patch
@@ -0,0 +1,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)
+