diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-25 23:10:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-25 23:10:40 +0000 |
commit | 51f5cde5563fad4fdc2c46e338343f7c67335c94 (patch) | |
tree | 9137a50d2361e6fe32bf3decaf6040784840b2ba /package/ppp/Makefile | |
parent | ccdc9b717276110ac707ae082b8aca60bd9a9056 (diff) | |
download | upstream-51f5cde5563fad4fdc2c46e338343f7c67335c94.tar.gz upstream-51f5cde5563fad4fdc2c46e338343f7c67335c94.tar.bz2 upstream-51f5cde5563fad4fdc2c46e338343f7c67335c94.zip |
[package] ppp: populate gateway of default route with peer address (#6259)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22806 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 168895544e..8670dca132 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:=9 +PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |