diff options
| author | Steven Barth | 2014-05-04 08:49:36 +0000 |
|---|---|---|
| committer | Steven Barth | 2014-05-04 08:49:36 +0000 |
| commit | 76b4294bde887986f5c530fd08be54926767b0f8 (patch) | |
| tree | 126620dcd7d585bf294545503e11aca0ed928ec2 | |
| parent | 39bab4b7c6d3407d3322457245ef32cd4bf253f1 (diff) | |
| download | routing-76b4294bde887986f5c530fd08be54926767b0f8.tar.gz | |
hnetd: some openwrt-integration and stability fixes
| -rw-r--r-- | hnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile index 8ead794..fe7ccb4 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=936d5d7bf71956fadc550ca3143ab11ea8a41896 -PKG_VERSION:=2014-04-22-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=a7fb081a9b98a150f2fda913886c6c0ef0725048 +PKG_VERSION:=2014-05-04-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |