X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fhttptunnel%2FMakefile;h=376bdd9547ce17f1c104d3d43b86daf606cb81c5;hp=c718aa383b0f2efcd580d3399368e52a3255a887;hb=8d046631f32b9913a67bdabcb8d0c0fd7885bdf6;hpb=22ea29c171a770a9c57860676876bc8499646860 diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index c718aa383b..376bdd9547 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/Makefile @@ -24,7 +24,7 @@ define Package/httptunnel SECTION:=net CATEGORY:=Network DEPENDS:=+libopenssl - TITLE:=bidirectional virtual data connection tunnelled in HTTP requests + TITLE:=bidirectional tunnel in HTTP requests URL:=http://www.nocrew.org/software/httptunnel.html endef @@ -37,6 +37,10 @@ define Package/httptunnel/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/hts $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/htc $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/httptunnel.init $(1)/etc/init.d/httptunnel + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DATA) ./files/httptunnel.conf $(1)/etc/config/httptunnel endef $(eval $(call BuildPackage,httptunnel))