aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/008-no_netem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/iproute2/patches/008-no_netem.patch')
-rw-r--r--package/iproute2/patches/008-no_netem.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iproute2/patches/008-no_netem.patch b/package/iproute2/patches/008-no_netem.patch
deleted file mode 100644
index c804b14fc6..0000000000
--- a/package/iproute2/patches/008-no_netem.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -33,7 +33,7 @@ CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prot
- CFLAGS = $(CCOPTS) -I../include $(DEFINES)
- YACCFLAGS = -d -t -v
-
--SUBDIRS=lib ip tc misc netem genl
-+SUBDIRS=lib ip tc misc genl
-
- LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
- LDLIBS += $(LIBNETLINK)