diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-15 12:08:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-15 12:08:31 +0000 |
commit | a54018aa87473925942be51e70e8306ee46f1acc (patch) | |
tree | 1fa1a12f8eb60c65cf5720498df393d2177983d9 /package/pptp/Makefile | |
parent | 44eec54c20e721743cb83fcc70e52d00cf02aa94 (diff) | |
download | upstream-a54018aa87473925942be51e70e8306ee46f1acc.tar.gz upstream-a54018aa87473925942be51e70e8306ee46f1acc.tar.bz2 upstream-a54018aa87473925942be51e70e8306ee46f1acc.zip |
fix ppp and pptp typos where is used instead of (#4768, #4778)
SVN-Revision: 14882
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 1576352362..d41123f587 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pptp PKG_VERSION:=1.6.0 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pptpclient |