diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-07 08:26:41 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-07 08:26:41 +0000 |
commit | 702936f4c981e479bbc1bcd8b516b37a6767551d (patch) | |
tree | 75a30ffdc5d1ed765e5025844dd810f30810b082 /package/network/utils/iproute2/patches/000-warnings.patch | |
parent | 64c2bc256c81874c71eb9997d366a3edb345b2a0 (diff) | |
download | mtk-20170518-702936f4c981e479bbc1bcd8b516b37a6767551d.zip mtk-20170518-702936f4c981e479bbc1bcd8b516b37a6767551d.tar.gz mtk-20170518-702936f4c981e479bbc1bcd8b516b37a6767551d.tar.bz2 |
iproute2: update to 3.11
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38313
Diffstat (limited to 'package/network/utils/iproute2/patches/000-warnings.patch')
-rw-r--r-- | package/network/utils/iproute2/patches/000-warnings.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/network/utils/iproute2/patches/000-warnings.patch b/package/network/utils/iproute2/patches/000-warnings.patch deleted file mode 100644 index 8f07c38..0000000 --- a/package/network/utils/iproute2/patches/000-warnings.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -30,8 +30,7 @@ CC = gcc - HOSTCC = gcc - DEFINES += -D_GNU_SOURCE - CCOPTS = -O2 --WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes --WFLAGS += -Wmissing-declarations -Wold-style-definition -+WFLAGS := -Wall -Wstrict-prototypes - - CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) - YACCFLAGS = -d -t -v |