diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-17 02:14:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-17 02:14:32 +0000 |
commit | 5e76127831c5a0b0bd213db88a46f93582729675 (patch) | |
tree | 9be3b796540411c8032d382d72903d9a94241616 /package/ppp | |
parent | 110055b38320c2724f613fb996d88888df5433b3 (diff) | |
download | upstream-5e76127831c5a0b0bd213db88a46f93582729675.tar.gz upstream-5e76127831c5a0b0bd213db88a46f93582729675.tar.bz2 upstream-5e76127831c5a0b0bd213db88a46f93582729675.zip |
ppp: bump pkg revision after latest changes
SVN-Revision: 25028
Diffstat (limited to 'package/ppp')
-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 5be8e7cce5..eb7fd87679 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.4 -PKG_RELEASE:=14 +PKG_RELEASE:=15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |