From 5bfc0afe378beb0e6dda422a9bb95a574a2b2bf2 Mon Sep 17 00:00:00 2001 From: maddes Date: Sat, 16 Jul 2011 20:11:03 +0000 Subject: [PATCH] [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 --- net/sslh/Makefile | 7 ++++++- net/sslh/files/sslh.config | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/net/sslh/Makefile b/net/sslh/Makefile index aed28999b..3c8b557ac 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -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)" \ diff --git a/net/sslh/files/sslh.config b/net/sslh/files/sslh.config index 53315fc0c..3e22c17fb 100644 --- a/net/sslh/files/sslh.config +++ b/net/sslh/files/sslh.config @@ -9,7 +9,7 @@ config 'sslh' 'default' # ssh defaults to 'localhost:22' # -s : option 'ssh' '' - # ssl defaults to 'localhost:442' + # ssl defaults to 'localhost:443' # -l : option 'ssl' '' # timeout (for ssh, then ssl is assumed) defaults to 2 -- 2.11.0