[package] sslh move to submenu Routing and Redirection, mark config files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27624 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d4c5bb332c
commit
5bfc0afe37
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sslh
|
||||
PKG_VERSION:=1.7a
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://rutschle.net/tech/
|
||||
@ -20,10 +20,15 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/sslh
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Routing and Redirection
|
||||
TITLE:=SSL/SSH multiplexer
|
||||
URL:=http://rutschle.net/tech/sslh.shtml
|
||||
endef
|
||||
|
||||
define Package/sslh/conffiles
|
||||
/etc/config/sslh
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
@ -9,7 +9,7 @@ config 'sslh' 'default'
|
||||
# ssh defaults to 'localhost:22'
|
||||
# -s <sshhost>:<sshport>
|
||||
option 'ssh' ''
|
||||
# ssl defaults to 'localhost:442'
|
||||
# ssl defaults to 'localhost:443'
|
||||
# -l <sslhost>:<sslport>
|
||||
option 'ssl' ''
|
||||
# timeout (for ssh, then ssl is assumed) defaults to 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user