diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-15 23:40:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-15 23:40:39 +0000 |
commit | 356170f1f74fbfa0964ca4fc82cb0b90c15ba522 (patch) | |
tree | 7f5fe2cd48c6add34516df47327511942bb9babd /package/ppp/Makefile | |
parent | 60662c31e92acf5da2001a8e0b184be61c4dfc55 (diff) | |
download | upstream-356170f1f74fbfa0964ca4fc82cb0b90c15ba522.tar.gz upstream-356170f1f74fbfa0964ca4fc82cb0b90c15ba522.tar.bz2 upstream-356170f1f74fbfa0964ca4fc82cb0b90c15ba522.zip |
package/ppp: fix typo in r28868 (closes: #10429)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29165 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 0c40090f12..e41e87730c 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.5 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |