packages: sort network related packages into package/network/
[openwrt/openwrt.git] / package / network / utils / 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)