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 | a265e1d53505fdf5aaa68d35f203a225fe8e1b66 (patch) | |
tree | 693bde3aa3206c66d60ae970fd94b3b80b9a3660 /package/ppp/Makefile | |
parent | 16de170f1aa45b651f9efb3534f612ca5b6c7012 (diff) | |
download | upstream-a265e1d53505fdf5aaa68d35f203a225fe8e1b66.tar.gz upstream-a265e1d53505fdf5aaa68d35f203a225fe8e1b66.tar.bz2 upstream-a265e1d53505fdf5aaa68d35f203a225fe8e1b66.zip |
[package] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23530 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 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/ |