diff options
author | Ben Smith <le.ben.smith@gmail.com> | 2017-12-03 21:58:05 -0800 |
---|---|---|
committer | Ben Smith <le.ben.smith@gmail.com> | 2017-12-26 12:13:02 -0800 |
commit | a077562fb734d94571823ba28f9e83d60145fba4 (patch) | |
tree | 793eaf4361df93b5a9d79d7b169c4a67309e0c99 | |
parent | ca043b097d5e475a3d7b58c34f8d0a26592b0cda (diff) |
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 <le.ben.smith@gmail.com>
-rw-r--r-- | utils/netwhere/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/netwhere/Makefile b/utils/netwhere/Makefile index 6a7d5d98b..8f3220a56 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 |