ac216ba82598af391e51a560ca87e1b3acb6e9db
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 007-no_arpd.patch
1 --- a/misc/Makefile
2 +++ b/misc/Makefile
3 @@ -5,9 +5,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