diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-24 16:28:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-24 16:28:46 +0000 |
commit | a93571825f040d24c12c6071dab32a5d98018091 (patch) | |
tree | 769516b4457c916b620f1cc517547cc03ba68c55 /package/pptp/Makefile | |
parent | 338f1af5f38cfefec48a5554dcf9f89191fc4041 (diff) | |
download | upstream-a93571825f040d24c12c6071dab32a5d98018091.tar.gz upstream-a93571825f040d24c12c6071dab32a5d98018091.tar.bz2 upstream-a93571825f040d24c12c6071dab32a5d98018091.zip |
pptp: add "buffering" uci option to enable --nobuffer if needed (#7080)
SVN-Revision: 21563
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 ba55c7515d..018e9b570e 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:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pptpclient |