diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-11-14 22:42:41 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-11-14 22:53:31 +0100 |
commit | 8f0a540648e1089ed83faf6f0283a1957123526b (patch) | |
tree | 2fdf6e194808e826d009d7b13a1ebe07cd7859dc /package/system/fwtool/Makefile | |
parent | 240d590ca4513b021ebcbe38bde91770bd800536 (diff) | |
download | upstream-8f0a540648e1089ed83faf6f0283a1957123526b.tar.gz upstream-8f0a540648e1089ed83faf6f0283a1957123526b.tar.bz2 upstream-8f0a540648e1089ed83faf6f0283a1957123526b.zip |
fwtool: update to latest Git head
8f7fe925ca20 cmake: use extra compiler warnings only on gcc6+
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/system/fwtool/Makefile')
-rw-r--r-- | package/system/fwtool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/fwtool/Makefile b/package/system/fwtool/Makefile index 8397282392..00f0339b02 100644 --- a/package/system/fwtool/Makefile +++ b/package/system/fwtool/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/fwtool.git -PKG_SOURCE_DATE:=2019-11-09 -PKG_SOURCE_VERSION:=9d9d4c2847862adec2f474d4126213c17f98e024 -PKG_MIRROR_HASH:=4a72a48cbc7cda4c1860ec8328c049b4b84f7f00273d82ee98175937b63af1f8 +PKG_SOURCE_DATE:=2019-11-12 +PKG_SOURCE_VERSION:=8f7fe925ca205c8e8e2d0d1b16218c1e148d5173 +PKG_MIRROR_HASH:=ff68e77397a7ba8f497aae9a6d1f89e196c89391a8d5ed0b81c4eafb889ba744 CMAKE_INSTALL:=1 PKG_FLAGS:=nonshared |