diff options
| author | Steven Barth | 2015-07-10 06:26:12 +0000 |
|---|---|---|
| committer | Steven Barth | 2015-07-10 06:27:29 +0000 |
| commit | ba83ed36057eaf7909f63e1ff63616b8624987e2 (patch) | |
| tree | 105cea46bbc2969a3a6e79ed93501b9bb71132b1 | |
| parent | 96867471b7ae536e59a9d7298d419cea504f46dc (diff) | |
| download | routing-ba83ed36057eaf7909f63e1ff63616b8624987e2.tar.gz | |
hnetd: fix issues on 32-bit platforms
Signed-off-by: Steven Barth <steven@midlink.org>
| -rw-r--r-- | hnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile index fe53c21..b9fe825 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=23d6a843f9960c4777ad42909611bec526513d61 -PKG_VERSION:=2015-07-02-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=ea2bd2bc2d8e617efca4b27fbf1c5c3c8ad09ad9 +PKG_VERSION:=2015-07-10-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |