diff options
| author | Markus Stenberg | 2014-07-17 22:09:16 +0000 |
|---|---|---|
| committer | Markus Stenberg | 2014-07-17 22:09:16 +0000 |
| commit | 0d53388e49996a8c93ffbcdc19f70a2edcc8048d (patch) | |
| tree | 71e458d3211b6e0fdb1af69df563e93b9da73967 | |
| parent | 6e0239002dca567a0b14dd2f9c234926a1e9b542 (diff) | |
| download | routing-0d53388e49996a8c93ffbcdc19f70a2edcc8048d.tar.gz | |
hnetd: Updated to latest. Various bugfixes, external and hybrid interface modes.
| -rw-r--r-- | hnetd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile index 97bb2dd..9d8bc2f 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=0500e70b1de3dfa3315263db7b92c0247187437f -PKG_VERSION:=2014-06-19-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=1fecf1a0f0e8869b939719de429a9698dffb374e +PKG_VERSION:=2014-07-17-$(PKG_SOURCE_VERSION) PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git @@ -70,7 +70,7 @@ define Package/hnetd/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/hnetd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/lib/netifd/proto $(INSTALL_BIN) $(PKG_BUILD_DIR)/openwrt/hnet.sh $(1)/lib/netifd/proto - ln -s hnetd $(1)/usr/sbin/hnet-call + ln -s hnetd $(1)/usr/sbin/hnet-ifresolve $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/hnetd.init $(1)/etc/init.d/hnetd $(INSTALL_DIR) $(1)/etc/config |