iproute2: add ip-tiny, ip-full as alternatives of /sbin/ip
[openwrt/staging/yousong.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
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 ifeq ($(HAVE_SELINUX),y)
15 LDLIBS += $(shell $(PKG_CONFIG) --libs libselinux)