Browse Source

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>
lilik-openwrt-22.03
Ben Smith 7 years ago
parent
commit
a077562fb7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/netwhere/Makefile

+ 2
- 2
utils/netwhere/Makefile View File

@ -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


Loading…
Cancel
Save