diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-12 19:13:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-12 19:13:45 +0000 |
commit | db207e2a873e55747a6a6bff407c8b3de04d8301 (patch) | |
tree | 7d4ff3db2e0e4e2f5936d13d443b4f56b5d4b364 /package/network/services/ppp/Makefile | |
parent | a8c492dbb37a4f5213e428e011913e584dcb0bf7 (diff) | |
download | upstream-db207e2a873e55747a6a6bff407c8b3de04d8301.tar.gz upstream-db207e2a873e55747a6a6bff407c8b3de04d8301.tar.bz2 upstream-db207e2a873e55747a6a6bff407c8b3de04d8301.zip |
ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko <george@znau.edu.ua> - refresh patches
SVN-Revision: 34171
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r-- | package/network/services/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index fc4ccd4ba2..de9974d029 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.5 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |