diff options
Diffstat (limited to 'package/network/utils/iproute2/patches/008-no_netem.patch')
-rw-r--r-- | package/network/utils/iproute2/patches/008-no_netem.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/network/utils/iproute2/patches/008-no_netem.patch b/package/network/utils/iproute2/patches/008-no_netem.patch index 232a6ea973..fce16e02df 100644 --- a/package/network/utils/iproute2/patches/008-no_netem.patch +++ b/package/network/utils/iproute2/patches/008-no_netem.patch @@ -3,10 +3,9 @@ @@ -41,7 +41,7 @@ WFLAGS += -Wmissing-declarations -Wold-s CFLAGS := $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) $(CFLAGS) YACCFLAGS = -d -t -v - + -SUBDIRS=lib ip tc bridge misc netem genl tipc man +SUBDIRS=lib ip tc bridge misc genl tipc man - + LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a LDLIBS += $(LIBNETLINK) - |