diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-26 18:11:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-26 18:11:04 +0000 |
commit | 5b9e5a8e9ade7651bc4e4a99c1087f06ce2d1efd (patch) | |
tree | f66061a8028dbb76df8040e0b722a5c9be1024da /package/ppp/Makefile | |
parent | 3d85c7499e068cbaaf1471f6ea6a969ec2a8d1d0 (diff) | |
download | upstream-5b9e5a8e9ade7651bc4e4a99c1087f06ce2d1efd.tar.gz upstream-5b9e5a8e9ade7651bc4e4a99c1087f06ce2d1efd.tar.bz2 upstream-5b9e5a8e9ade7651bc4e4a99c1087f06ce2d1efd.zip |
[package] ppp: interpret "demand" option as timeout in seconds (#7517)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21903 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 d7dcc65f83..e0724fffa7 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:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |