diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-28 00:30:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-28 00:30:09 +0000 |
commit | 090680f083380a3ff7aa32991399db27d0393b81 (patch) | |
tree | bb4027c10ad78d6cc21d19c9dbb3e679202785d7 /package/pptp/Makefile | |
parent | 278589f5d70dbe790d31cb5015d3723daa739941 (diff) | |
download | upstream-090680f083380a3ff7aa32991399db27d0393b81.tar.gz upstream-090680f083380a3ff7aa32991399db27d0393b81.tar.bz2 upstream-090680f083380a3ff7aa32991399db27d0393b81.zip |
pptp: support interface sections without ifname by implementing scan_pptp()
SVN-Revision: 21590
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 018e9b570e..a55309bf51 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pptp PKG_VERSION:=1.7.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pptpclient |