iproute2: update to 3.3.0, drop a few useless old patches, add codel support
[openwrt/svn-archive/archive.git] / package / iproute2 / patches / 008-no_netem.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -33,7 +33,7 @@ CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prot
4 CFLAGS = $(CCOPTS) -I../include $(DEFINES)
5 YACCFLAGS = -d -t -v
6
7 -SUBDIRS=lib ip tc misc netem genl
8 +SUBDIRS=lib ip tc misc genl
9
10 LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
11 LDLIBS += $(LIBNETLINK)