From b82d7ccd0abe042359c41229090c2ce5d4276950 Mon Sep 17 00:00:00 2001 From: Axel Neumann Date: Mon, 29 Jan 2018 16:54:24 +0100 Subject: [PATCH] Revert "bmx6: fix gcc6&7 warnings, avoid json-c patch" This reverts commit b19d008932820a7da7103d2269cbe52e8d659ec2. --- bmx6/Makefile | 4 ++-- bmx6/patches/001-json-c.patch | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 bmx6/patches/001-json-c.patch diff --git a/bmx6/Makefile b/bmx6/Makefile index f741a71..e8ca9fc 100644 --- a/bmx6/Makefile +++ b/bmx6/Makefile @@ -31,8 +31,8 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/bmx-routing/bmx6.git #PKG_SOURCE_URL:=file:///usr/src/bmx-routing/bmx6.git -PKG_REV:=39dd1f2d99ac5a3fa28e92f8173c15039132e181 -PKG_VERSION:=r2018011302 +PKG_REV:=4016a1980d900309771e432d1f7c741d6c48d477 +PKG_VERSION:=r2018012901 PKG_RELEASE:=5 PKG_LICENSE:=GPL-2.0 diff --git a/bmx6/patches/001-json-c.patch b/bmx6/patches/001-json-c.patch new file mode 100644 index 0000000..5d29dae --- /dev/null +++ b/bmx6/patches/001-json-c.patch @@ -0,0 +1,13 @@ +Index: bmx6-r2014112401/lib/bmx6_json/json.c +=================================================================== +--- bmx6-r2014112401.orig/lib/bmx6_json/json.c ++++ bmx6-r2014112401/lib/bmx6_json/json.c +@@ -27,7 +27,7 @@ + #include + #include + #include +-#include ++#include + //#include + //#include +