aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-263/+0
| | | | SVN-Revision: 33688
* add myself as a maintainer for various packagesFelix Fietkau2012-10-081-0/+1
| | | | SVN-Revision: 33660
* ppp: enable parallel buildsFelix Fietkau2012-09-151-0/+1
| | | | SVN-Revision: 33415
* ppp: make ppp-mod-pptp depend on resolveipJo-Philipp Wich2012-06-121-1/+1
| | | | SVN-Revision: 32269
* ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by ↵Jo-Philipp Wich2012-06-111-2/+21
| | | | | | Daniel Golle <dgolle@allnet.de> - add netifd integration for pptp to ppp.sh SVN-Revision: 32197
* ppp: remove old network scriptsFelix Fietkau2012-05-291-27/+6
| | | | SVN-Revision: 31984
* enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵Felix Fietkau2012-05-141-0/+1
| | | | | | in a few relevant places SVN-Revision: 31730
* Add ppp-mod-pppol2tp subpackage to pppGabor Juhos2012-05-031-1/+18
| | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31564
* ppp: move ppp-{up,down} from the netifd package to pppdFelix Fietkau2012-04-171-0/+2
| | | | SVN-Revision: 31340
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵Felix Fietkau2012-03-201-14/+25
| | | | | | file to the pppd package SVN-Revision: 31041
* package/ppp: fix typo in r28868 (closes: #10429)Nicolas Thill2011-11-151-1/+1
| | | | SVN-Revision: 29165
* package/ppp: use new service wrappersNicolas Thill2011-11-081-1/+1
| | | | SVN-Revision: 28868
* ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by ↵Jo-Philipp Wich2011-10-041-1/+1
| | | | | | appending the nic-xxx argument last SVN-Revision: 28364
* ppp: version bump to 2.4.5Felix Fietkau2011-07-281-3/+3
| | | | | | | | | | | | | | Bump to the current version of PPP. A few of the patches are either in 2.4.5 or something functionally equivalent is, so those patches were removed. 1 patch was added to accommodate pppol2pv3_addr which is referenced in a linux kernel header file, but isn't defined in the kernel header files packaged with PPP. Redux: re-instate the commenting out of the exponential back-off as requested by Felix. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27818
* ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ↵Felix Fietkau2011-06-121-3/+0
| | | | | | can cause functions needed by plugins to disappear (fixes #9462) SVN-Revision: 27159
* ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)Jo-Philipp Wich2011-04-201-2/+2
| | | | SVN-Revision: 26742
* pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k ↵Felix Fietkau2011-03-021-0/+3
| | | | | | uncompressed SVN-Revision: 25828
* ppp: add a more descriptive title for ppp-multilinkFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25524
* ppp: move multilink support into a separate build variant - saves around 30k ↵Felix Fietkau2011-02-131-7/+25
| | | | | | for the default build SVN-Revision: 25523
* ppp: don't die on malformed PADS frames that might appear on instable DSL linesJo-Philipp Wich2011-01-191-1/+1
| | | | SVN-Revision: 25044
* ppp: bump pkg revision after latest changesJo-Philipp Wich2011-01-171-1/+1
| | | | SVN-Revision: 25028
* ppp: synthesize a .device option to make ifup work on pppoa interfaces againJo-Philipp Wich2011-01-171-1/+1
| | | | SVN-Revision: 25025
* pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵Jo-Philipp Wich2010-10-201-1/+1
| | | | | | br2684ctl and solves #8108 SVN-Revision: 23551
* ppp: - implement coldplugging for pppoa interfaces - honour device option to ↵Jo-Philipp Wich2010-10-191-1/+1
| | | | | | select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision SVN-Revision: 23530
* ppp: utilize the new keepfiles facility to backup the whole radius directoryJo-Philipp Wich2010-10-051-4/+1
| | | | SVN-Revision: 23259
* ppp: mark /etc/ppp/ resources as conffilesJo-Philipp Wich2010-10-051-1/+19
| | | | SVN-Revision: 23248
* add maintainer informationJo-Philipp Wich2010-09-301-0/+1
| | | | SVN-Revision: 23159
* ppp: use service_kill()Jo-Philipp Wich2010-09-191-1/+1
| | | | SVN-Revision: 23088
* ppp: populate gateway of default route with peer address (#6259)Jo-Philipp Wich2010-08-251-1/+1
| | | | SVN-Revision: 22806
* pppd: only remove own default route on shutdown (#7694)Jo-Philipp Wich2010-08-041-1/+1
| | | | SVN-Revision: 22495
* ppp: interpret "demand" option as timeout in seconds (#7517)Jo-Philipp Wich2010-06-261-1/+1
| | | | SVN-Revision: 21903
* bump release number for packages ahead of backfire in trunkNicolas Thill2010-05-231-1/+1
| | | | SVN-Revision: 21556
* ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign ↵Jo-Philipp Wich2010-05-071-1/+1
| | | | | | dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp SVN-Revision: 21392
* ppp: rename 20-usb-modem to 20-atm-modemJo-Philipp Wich2010-05-021-1/+1
| | | | SVN-Revision: 21303
* ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa packageJo-Philipp Wich2010-05-021-0/+2
| | | | SVN-Revision: 21302
* ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ↵Jo-Philipp Wich2010-05-011-1/+1
| | | | | | interfaces when bringing up 3g, pptp, ppp or pppoe connections - get rid of unit count logic - shutdown pppd when ifdown is invoked - bump package revision SVN-Revision: 21283
* propagate atm header changes into pppoatm and br2684ctl as wellFelix Fietkau2010-03-281-1/+6
| | | | SVN-Revision: 20558
* this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also ↵Travis Kemen2010-03-051-29/+23
| | | | | | | | fixes parallel build. -Raphael SVN-Revision: 19993
* ppp: add dns servers to uci state in the ip-up scriptJo-Philipp Wich2009-09-301-1/+1
| | | | SVN-Revision: 17801
* ppp: quote positional parameters when calling up/down scripts (closes: #5622)Nicolas Thill2009-09-271-1/+1
| | | | SVN-Revision: 17763
* bump some revisions and update copyrightsAndy Boyett2009-09-101-2/+2
| | | | SVN-Revision: 17554
* update ppp to v2.4.4 (#5102)Jo-Philipp Wich2009-05-201-4/+4
| | | | SVN-Revision: 15955
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* fix ppp and pptp typos where is used instead of (#4768, #4778)Florian Fainelli2009-03-151-1/+1
| | | | SVN-Revision: 14882
* 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
* ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ↵Nicolas Thill2008-05-031-2/+2
| | | | | | (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number SVN-Revision: 11018
* bump ppp versionFelix Fietkau2007-11-071-1/+1
| | | | SVN-Revision: 9509
* add ppp ipv6 patch by farnz (from #2525)Felix Fietkau2007-11-071-0/+2
| | | | 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