hnetd: Updated to latest. Various bugfixes, external and hybrid interface modes.
authorMarkus Stenberg <markus.stenberg@iki.fi>
Thu, 17 Jul 2014 22:09:16 +0000 (01:09 +0300)
committerMarkus Stenberg <markus.stenberg@iki.fi>
Thu, 17 Jul 2014 22:09:16 +0000 (01:09 +0300)
hnetd/Makefile

index 97bb2dd651c71eed570fa8564685d6dcadf20f50..9d8bc2f9891bfa5f145ad8ce61cceaa4a5893c9d 100644 (file)
@@ -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