summaryrefslogtreecommitdiffstats
path: root/package/ppp
Commit message (Collapse)AuthorAgeFilesLines
* fix a race condition where ppp interfaces were not added to the firewall ↵Felix Fietkau2008-11-281-0/+3
| | | | | | properly when brought up at boot time - save the ppp interface unit number in the network state SVN-Revision: 13402
* add missing /etc/functions.sh include required for saving network state ↵Nicolas Thill2008-09-232-0/+2
| | | | | | (closes: #3902) SVN-Revision: 12660
* ppp: derive interface unit numbers from previous enumerationFelix Fietkau2008-08-281-4/+10
| | | | SVN-Revision: 12417
* fix ppp interface enumeration - don't enumerate already processed interfacesFelix Fietkau2008-08-271-1/+1
| | | | SVN-Revision: 12416
* oops, fix typo in [12368]Nicolas Thill2008-08-221-1/+1
| | | | SVN-Revision: 12369
* install ppp development headersNicolas Thill2008-08-221-0/+5
| | | | SVN-Revision: 12368
* fixes ppp ipv6 scripts, signed-off-by: Alina FriedrichsenJohn Crispin2008-07-292-2/+2
| | | | SVN-Revision: 11998
* make ip-up scripts aware of network settingsJohn Crispin2008-06-111-2/+1
| | | | SVN-Revision: 11446
* ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ↵Nicolas Thill2008-05-032-2/+3
| | | | | | (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number SVN-Revision: 11018
* fix interface enumeration issues related to /var/state/network (thx to fish ↵Felix Fietkau2008-04-021-1/+1
| | | | | | for debugging this) SVN-Revision: 10715
* made ppp usepeerdns configurable, fixes #3187John Crispin2008-03-071-1/+4
| | | | SVN-Revision: 10562
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-032-5/+3
| | | | SVN-Revision: 10367
* fix pppoe on dynamically assigned interfacesFelix Fietkau2007-12-231-3/+1
| | | | SVN-Revision: 9852
* add workaround for ppp-on-boot issues, fixes #2524Felix Fietkau2007-12-131-0/+4
| | | | SVN-Revision: 9722
* bump ppp versionFelix Fietkau2007-11-071-1/+1
| | | | SVN-Revision: 9509
* add ppp ipv6 patch by farnz (from #2525)Felix Fietkau2007-11-074-2/+37
| | | | SVN-Revision: 9508
* remove linux-atm from ppp build deps - the internal version seems to be workingFelix Fietkau2007-09-221-1/+1
| | | | SVN-Revision: 8964
* Add ipv6 up/down using route (#2372)Florian Fainelli2007-09-162-0/+4
| | | | SVN-Revision: 8794
* Use default values for lcp-echo-failure and lcp-echo-interval (#2373)Florian Fainelli2007-09-161-0/+2
| | | | SVN-Revision: 8785
* bump package versions after updatesFelix Fietkau2007-09-071-1/+1
| | | | SVN-Revision: 8680
* fix ppp unit number issues (#2178)Felix Fietkau2007-09-071-3/+6
| | | | SVN-Revision: 8665
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-23/+38
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* allow the user to disable the defaultroute option for pppFelix Fietkau2007-09-011-2/+3
| | | | SVN-Revision: 8569
* oops... typoFelix Fietkau2007-08-311-1/+1
| | | | SVN-Revision: 8564
* fix issues with multiple ppp links (noticed by Stefano Rivera)Felix Fietkau2007-08-311-0/+2
| | | | SVN-Revision: 8563
* fix ifname in network state for pppoe and pptp, add a workaround for isps ↵Felix Fietkau2007-08-301-0/+5
| | | | | | sending wrong netmasks for pptp (thx, moonwatcher) SVN-Revision: 8552
* add pppd options patch from #2114Felix Fietkau2007-07-231-1/+3
| | | | SVN-Revision: 8116
* keep track of the network interface states (stored in uci format in ↵Felix Fietkau2007-06-162-2/+28
| | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-0424-298/+367
| | | | SVN-Revision: 7490
* various patches to add support for ppp over evdo or character devicesMike Baker2007-05-011-1/+21
| | | | SVN-Revision: 7076
* add better default config for ar7, add br2684ctl init script, add a missing ↵Felix Fietkau2007-04-211-1/+7
| | | | | | setting for pppoa SVN-Revision: 7024
* Fix the device names too long (#1591)Florian Fainelli2007-04-171-7/+11
| | | | SVN-Revision: 6987
* set the DEVICE variable in hotplug events from ppp interfacesFelix Fietkau2007-03-242-2/+2
| | | | SVN-Revision: 6667
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* Change mtu value for pppoa and pppoe (#945)Florian Fainelli2007-03-142-2/+2
| | | | SVN-Revision: 6566
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-042-2/+2
| | | | SVN-Revision: 6512
* more reliable fix for handling pppFelix Fietkau2007-02-251-4/+0
| | | | SVN-Revision: 6356
* fix ppp defaultroute issues (based on patch from #1386, fixes #1181)Felix Fietkau2007-02-251-0/+4
| | | | SVN-Revision: 6354
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSNicolas Thill2007-01-221-1/+1
| | | | SVN-Revision: 6180
* Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵Felix Fietkau2007-01-082-2/+2
| | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043
* Also use INSTALL_CONF for pppFlorian Fainelli2007-01-051-2/+2
| | | | SVN-Revision: 5994
* fix ppp keepalive setting (#1071)Felix Fietkau2006-12-201-2/+2
| | | | SVN-Revision: 5875
* Add ipv6 support to PPPFlorian Fainelli2006-12-071-2/+3
| | | | SVN-Revision: 5708
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-32/+32
| | | | SVN-Revision: 5624
* hopefully fix duplicate ppp instances (#895)Felix Fietkau2006-11-181-1/+1
| | | | SVN-Revision: 5577
* implement target profiles in menuconfigFelix Fietkau2006-11-121-3/+0
| | | | SVN-Revision: 5512
* fix vpi/vci setting for pppoaFelix Fietkau2006-10-301-1/+3
| | | | SVN-Revision: 5351
* enable pppoa for ar7Felix Fietkau2006-10-301-0/+1
| | | | SVN-Revision: 5350
* use lock to remove race conditions in bringing up ppp and dhcp that would ↵Felix Fietkau2006-10-261-2/+8
| | | | | | lead to multiple active processes SVN-Revision: 5298