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 | 7d2a736b8939efa0082b5efedcb7428fa39f83a8 (patch) | |
tree | fa151e185c197699f44391cfaebe40f1dbd8e08a /package/ppp/Makefile | |
parent | 1cb938db68f469dd9ca6be37657c00e02f7bbc9e (diff) | |
download | upstream-7d2a736b8939efa0082b5efedcb7428fa39f83a8.tar.gz upstream-7d2a736b8939efa0082b5efedcb7428fa39f83a8.tar.bz2 upstream-7d2a736b8939efa0082b5efedcb7428fa39f83a8.zip |
[package] fix ppp and pptp typos where is used instead of (#4768, #4778)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14882 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 22937683d7..496b0407be 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.3 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |