dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / package / network / utils / iproute2 / patches / 130-no_netem.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -55,7 +55,7 @@ WFLAGS += -Wmissing-declarations -Wold-s
4 CFLAGS := $(WFLAGS) $(CCOPTS) -I../include -I../include/uapi $(DEFINES) $(CFLAGS)
5 YACCFLAGS = -d -t -v
6
7 -SUBDIRS=lib ip tc bridge misc netem genl tipc devlink rdma man
8 +SUBDIRS=lib ip tc bridge misc genl tipc devlink rdma man
9
10 LIBNETLINK=../lib/libutil.a ../lib/libnetlink.a
11 LDLIBS += $(LIBNETLINK)