diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:50 +0000 |
commit | d1ab0d6bcccec13c8e2f4e82a1bbfb3ad920d85c (patch) | |
tree | a8551ea80e8c1394b981b9fa99898b241863fc8a /package/dropbear/Makefile | |
parent | a13b6db678741695b029f0968e5253a85b70cf83 (diff) | |
download | master-187ad058-d1ab0d6bcccec13c8e2f4e82a1bbfb3ad920d85c.tar.gz master-187ad058-d1ab0d6bcccec13c8e2f4e82a1bbfb3ad920d85c.tar.bz2 master-187ad058-d1ab0d6bcccec13c8e2f4e82a1bbfb3ad920d85c.zip |
package/dropbear: use new service wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28838 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 5006c94bb3..f0f3cad6dc 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear PKG_VERSION:=0.53.1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |