[package] iproute2: update to 3.11
[openwrt.git] / package / network / utils / iproute2 / patches / 008-no_netem.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -36,7 +36,7 @@ WFLAGS += -Wmissing-declarations -Wold-s
4  CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
5  YACCFLAGS = -d -t -v
6  
7 -SUBDIRS=lib ip tc bridge misc netem genl man
8 +SUBDIRS=lib ip tc bridge misc genl man
9  
10  LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
11  LDLIBS += $(LIBNETLINK)