diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-06 18:22:07 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-06 18:22:07 +0000 |
commit | 4d347328757ee402cd6742d6827cea5db5b97e74 (patch) | |
tree | d0066513e2ae4477f2064518fdaefa9caf2742b7 /package/ppp/Makefile | |
parent | ab580fbe652ff40d96cfdfad4273cee30047f5d1 (diff) | |
download | openwrt-4d347328757ee402cd6742d6827cea5db5b97e74.tar.gz openwrt-4d347328757ee402cd6742d6827cea5db5b97e74.zip |
AA: ppp: backport r34536
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34538 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 e9a1e9c82..d7eddbc81 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:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |