diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-01 17:55:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-01 17:55:41 +0000 |
commit | 9d6d45d0083f1f0b566039d7256b3812378f5404 (patch) | |
tree | 87711c489b38e49e86abd9e01590cedfc375ed52 /package/pptp/Makefile | |
parent | e757ee80f724cfb1906b3649f4545c1680397de0 (diff) | |
download | upstream-9d6d45d0083f1f0b566039d7256b3812378f5404.tar.gz upstream-9d6d45d0083f1f0b566039d7256b3812378f5404.tar.bz2 upstream-9d6d45d0083f1f0b566039d7256b3812378f5404.zip |
pptp: - bring pptp scripts in sync with updated ppp logic - bump package revision
SVN-Revision: 21284
Diffstat (limited to 'package/pptp/Makefile')
-rw-r--r-- | package/pptp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 76e0f6e644..fd8f443564 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pptp PKG_VERSION:=1.6.0 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pptpclient |