diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-17 08:28:57 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-17 08:28:57 +0000 |
commit | 73875c1215016a9b24024b932d41fa5ba6aabb2b (patch) | |
tree | 140608e05073ce199bcf2547b6356c6e2b85ad01 /package/network/services/ppp/Makefile | |
parent | 1ecc7445830916fff941fb00908bfbb261d8940b (diff) | |
download | mtk-20170518-73875c1215016a9b24024b932d41fa5ba6aabb2b.zip mtk-20170518-73875c1215016a9b24024b932d41fa5ba6aabb2b.tar.gz mtk-20170518-73875c1215016a9b24024b932d41fa5ba6aabb2b.tar.bz2 |
ppp: don't automatically set IPv6 default route * Fixes "ndisc_router_discovery() failed to add default route"
SVN-Revision: 35188
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 71c5981..9a4640b 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:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |