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/050-bison_flex_makefile_deps_fix.patch | |
parent | f9b64e59ca4b4373b2d3397f12c10da4aefc35b9 (diff) | |
download | mtk-20170518-3f97b9eb36186f82a3b4efbb3bb6c3b35cb82388.zip mtk-20170518-3f97b9eb36186f82a3b4efbb3bb6c3b35cb82388.tar.gz mtk-20170518-3f97b9eb36186f82a3b4efbb3bb6c3b35cb82388.tar.bz2 |
iproute2: update to 3.3.0, drop a few useless old patches, add codel support
SVN-Revision: 31758
Diffstat (limited to 'package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch')
-rw-r--r-- | package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch b/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch deleted file mode 100644 index 5688f37..0000000 --- a/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/tc/Makefile -+++ b/tc/Makefile -@@ -95,6 +95,8 @@ MODDESTDIR := $(DESTDIR)$(patsubst /usr% - - all: libtc.a tc $(TCSO) - -+$(TCOBJ): emp_ematch.yacc.c emp_ematch.lex.c -+ - tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB) - - libtc.a: $(TCLIB) |