diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-16 15:23:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-16 15:23:12 +0000 |
commit | 3f97b9eb36186f82a3b4efbb3bb6c3b35cb82388 (patch) | |
tree | 59213d3b456db06b6efa191c5928e7dae6b020a2 /package/iproute2/patches/008-no_netem.patch | |
parent | f9b64e59ca4b4373b2d3397f12c10da4aefc35b9 (diff) | |
download | upstream-3f97b9eb36186f82a3b4efbb3bb6c3b35cb82388.tar.gz upstream-3f97b9eb36186f82a3b4efbb3bb6c3b35cb82388.tar.bz2 upstream-3f97b9eb36186f82a3b4efbb3bb6c3b35cb82388.zip |
iproute2: update to 3.3.0, drop a few useless old patches, add codel support
SVN-Revision: 31758
Diffstat (limited to 'package/iproute2/patches/008-no_netem.patch')
-rw-r--r-- | package/iproute2/patches/008-no_netem.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iproute2/patches/008-no_netem.patch b/package/iproute2/patches/008-no_netem.patch new file mode 100644 index 0000000000..c804b14fc6 --- /dev/null +++ b/package/iproute2/patches/008-no_netem.patch @@ -0,0 +1,11 @@ +--- 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) |