#
-# Copyright (C) 2009-2011 OpenWrt.org
+# Copyright (C) 2009-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=sslh
PKG_VERSION:=1.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://rutschle.net/tech/
#!/bin/sh /etc/rc.common
-# Copyright (C) 2009-2011 OpenWrt.org
+# Copyright (C) 2009-2012 OpenWrt.org
START=95
local section="$1"
# check if section is enabled (default)
- local enabled
- config_get_bool enabled "${section}" 'enabled' '0'
- [ ${enabled} -gt 0 ] || return 1
+ local enable
+ config_get_bool enable "${section}" 'enable' '0'
+ [ ${enable} -gt 0 ] || return 1
local args=""
local val