summaryrefslogtreecommitdiffstats
path: root/package/ppp
Commit message (Collapse)AuthorAgeFilesLines
...
* ppp: process option dns if peerdns is off (#6474)Jo-Philipp Wich2010-01-101-3/+10
| | | | SVN-Revision: 19093
* ppp: add dns servers to uci state in the ip-up scriptJo-Philipp Wich2009-09-302-1/+4
| | | | SVN-Revision: 17801
* ppp: quote positional parameters when calling up/down scripts (closes: #5622)Nicolas Thill2009-09-273-3/+3
| | | | SVN-Revision: 17763
* bump some revisions and update copyrightsAndy Boyett2009-09-101-2/+2
| | | | SVN-Revision: 17554
* move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵Felix Fietkau2009-09-062-5/+6
| | | | | | other ppp based protocols as well SVN-Revision: 17529
* refresh patchesHauke Mehrtens2009-05-2122-332/+277
| | | | SVN-Revision: 15958
* Make patches apply agagin. The deleted parts were two times in the patches.Hauke Mehrtens2009-05-2118-2375/+0
| | | | SVN-Revision: 15957
* update ppp to v2.4.4 (#5102)Jo-Philipp Wich2009-05-2042-3008/+5084
| | | | SVN-Revision: 15955
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-172-2/+0
| | | | SVN-Revision: 15242
* fix ppp and pptp typos where is used instead of (#4768, #4778)Florian Fainelli2009-03-154-4/+4
| | | | SVN-Revision: 14882
* 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