diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-07 23:04:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-07 23:04:29 +0000 |
commit | 605c54e0a1b0c493fa5892b4b1646ec335aedfe4 (patch) | |
tree | 7e7c853d9d349af7885024291e37ca828fc4c762 /package/dropbear/Makefile | |
parent | 18d805b24e3599801d78ae9e3f7d9ddf0a27e4c4 (diff) | |
download | master-187ad058-605c54e0a1b0c493fa5892b4b1646ec335aedfe4.tar.gz master-187ad058-605c54e0a1b0c493fa5892b4b1646ec335aedfe4.tar.bz2 master-187ad058-605c54e0a1b0c493fa5892b4b1646ec335aedfe4.zip |
[package] dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating to 0.52 - thanks maniac103!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15144 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 de4df22d75..6f9b9bbddd 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear PKG_VERSION:=0.52 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |