From a077562fb734d94571823ba28f9e83d60145fba4 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Sun, 3 Dec 2017 21:58:05 -0800 Subject: [PATCH] netwhere: fix memory corruption problem Compile tested: brcm47xx, OpenWRT rb8edaf4 Run tested: brcm47xx, ASUS RT-N16, DESIGNATED DRIVER (Bleeding Edge, 5014x5) Signed-off-by: Ben Smith --- utils/netwhere/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/netwhere/Makefile b/utils/netwhere/Makefile index 6a7d5d98bf..8f3220a567 100644 --- a/utils/netwhere/Makefile +++ b/utils/netwhere/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netwhere -PKG_VERSION:=0.6 +PKG_VERSION:=0.9 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=netwhere-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/benhsmith/netwhere/archive/$(PKG_VERSION)/ -PKG_HASH:=0820cf5e59bf6b635c09a6282c664d6966b4d2887736b0f20937c86a8a03f563 +PKG_HASH:=94a672bdcd9d4455b85429dddd81ffc778e0b26fe87af19ad75c27858ec9dbe2 PKG_BUILD_DEPENDS:=boost