diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-12 19:13:45 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-12 19:13:45 +0000 |
commit | 5f021ceadf36870a4cf2c9ad29c6b55f049df171 (patch) | |
tree | 2a8e0d97e708bcfd7620308c1dea60c1280b880b /package/network/services/ppp/Makefile | |
parent | edf444b66564970809b66e52b1c0be2b48ed10c2 (diff) |
ppp:
- fix multilink ppp with custom ifnames, patch by George Kashperko <george@znau.edu.ua>
- refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34171 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ |