iproute2: update to 5.3.0
[openwrt/staging/chunkeey.git] / package / network / utils / iproute2 / patches / 120-no_arpd.patch
1 --- a/misc/Makefile
2 +++ b/misc/Makefile
3 @@ -6,9 +6,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
4
5 include ../config.mk
6
7 -ifeq ($(HAVE_BERKELEY_DB),y)
8 - TARGETS += arpd
9 -endif
10 +#ifeq ($(HAVE_BERKELEY_DB),y)
11 +# TARGETS += arpd
12 +#endif
13
14 all: $(TARGETS)
15