diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-19 06:42:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-19 06:42:37 +0000 |
commit | 6029e1b618943f601ffa73af95ea37a2875c1006 (patch) | |
tree | 6600f603bb1cfdfd84183b4bf2b4b872e9e8b2b1 /package/ppp/Makefile | |
parent | 64f992524559dae48b46cc102fb0f5955e238305 (diff) | |
download | upstream-6029e1b618943f601ffa73af95ea37a2875c1006.tar.gz upstream-6029e1b618943f601ffa73af95ea37a2875c1006.tar.bz2 upstream-6029e1b618943f601ffa73af95ea37a2875c1006.zip |
ppp: - implement coldplugging for pppoa interfaces - honour device option to select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision
SVN-Revision: 23530
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 1e46cdda32..b893b1ec52 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:=11 +PKG_RELEASE:=12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |