38 Commits (7217afc657789e0457fb065657bc757e897d5175)

Author SHA1 Message Date
Felix Fietkau 5eed1d8f6b enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places 13 years ago
Felix Fietkau 3ee1a3abf0 pptp: use the new json_get_vars function 13 years ago
Felix Fietkau 189c25d318 pptp: use resolveip, schedule restart if dns lookups fail 13 years ago
Felix Fietkau c9d393186c pptp: drop the dependency on ip if netifd is selected 13 years ago
Felix Fietkau c3f0b757a3 pptp: fix installation path for netifd proto handler 13 years ago
Felix Fietkau 73383c252e pptp: kill the call manager process on shutdown 13 years ago
Felix Fietkau 3225530e1e pptp: add netifd support 13 years ago
Felix Fietkau b76a1b49aa pptp: remove the defaultroute option from options.pptp, this is managed by generic ppp code 13 years ago
Felix Fietkau 7591ffded8 pptp: compile with the openwrt cflags instead of -O0 13 years ago
Gabor Juhos 6e5db7ed69 package/pptp: remove a stray bracket 13 years ago
Gabor Juhos 60db046ef2 Fix pptp handling of routes to server. 13 years ago
Jo-Philipp Wich 7251541786 pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it 13 years ago
Jo-Philipp Wich 60fe01e698 pptp: properly support symbolic VPN host names, tear down created host routes (#4876) 13 years ago
Mirko Vogt 254812ba0a require mppe 128bit-encryption by default 13 years ago
Jo-Philipp Wich f2068db073 pptp: mark /etc/ppp/options.pptp as conffile 14 years ago
Jo-Philipp Wich 1cb2abca8e add maintainer information 14 years ago
Jo-Philipp Wich 090680f083 pptp: support interface sections without ifname by implementing scan_pptp() 15 years ago
Jo-Philipp Wich a93571825f pptp: add "buffering" uci option to enable --nobuffer if needed (#7080) 15 years ago
Jo-Philipp Wich c09610dd49 pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a problem when a pppoe peer is pptp server at the same time 15 years ago
Jo-Philipp Wich dcbb5a19e7 pptp: utilize coldplug_interface_pptp() to automatically launch pptp instances on boot 15 years ago
Jo-Philipp Wich cd7f3293b7 pptp: update to v1.7.1 15 years ago
Jo-Philipp Wich 9d6d45d008 pptp: - bring pptp scripts in sync with updated ppp logic - bump package revision 15 years ago
Travis Kemen 1223494f1d /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem). 15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 16 years ago
Florian Fainelli 43fa2310f3 fix double g typo 16 years ago
Florian Fainelli a54018aa87 fix ppp and pptp typos where is used instead of (#4768, #4778) 16 years ago
Nicolas Thill 3d4052492d ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number 17 years ago
Felix Fietkau 3ae4858088 fix the route to the pptp server when using pptp as wan interface 17 years ago
Felix Fietkau 0cf1a58282 Here comes the new UCI. Enjoy :) 17 years ago
Felix Fietkau 4db9556f99 bump package versions after updates 17 years ago
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 17 years ago
Felix Fietkau 52a138a953 fix ifname in network state for pppoe and pptp, add a workaround for isps sending wrong netmasks for pptp (thx, moonwatcher) 17 years ago
Felix Fietkau 79b07af694 allow the user to override the underlying connection method when using pptp (defaults to dhcp) 17 years ago
Nicolas Thill 942d07de9a fix start_pppd for pptp (closes: #1612) 18 years ago
Felix Fietkau 24faf55360 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places 18 years ago
Felix Fietkau 1d307eea87 add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) 18 years ago
Felix Fietkau c2211dc51e replace lots of manual install commands with INSTALL_* variables 18 years ago