aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-06 18:17:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-06 18:17:21 +0000
commitd2212229078838fb244f65b6685d702a9f646d0d (patch)
tree03b5dc1f7e5324ddb906f5fd10a3e01ffae517ca /package/network/services/ppp/Makefile
parent94c1d778863c3b5e1917be8990ad648edd7fe801 (diff)
downloadupstream-d2212229078838fb244f65b6685d702a9f646d0d.tar.gz
upstream-d2212229078838fb244f65b6685d702a9f646d0d.tar.bz2
upstream-d2212229078838fb244f65b6685d702a9f646d0d.zip
ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)
Since the switch to netifd, proto handlers may always set the defaultroute and provide dns server addresses, netifd will decide in the generic code path whether the announced values are masked or not. Additionally protocol handlers should not modify the routing tables themselves and prevent any launched services from doing so. Remove the additional defaultroute and peerdns option handling from the ppp.sh protocol handler and rely on netifd to mask or not mask the values. SVN-Revision: 34536
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r--package/network/services/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index de9974d029..24be05e0dd 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:=7
+PKG_RELEASE:=8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/