John Crispin
e9c0b95829
fixes uapi helper define
...
SVN-Revision: 34715
12 years ago
John Crispin
4583469413
make use of uapi directory wrapper
...
SVN-Revision: 34684
12 years ago
Jo-Philipp Wich
d221222907
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
12 years ago
Jo-Philipp Wich
db207e2a87
ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko <george@znau.edu.ua> - refresh patches
...
SVN-Revision: 34171
12 years ago
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
12 years ago
Felix Fietkau
37e89213fd
add myself as a maintainer for various packages
...
SVN-Revision: 33660
12 years ago
Felix Fietkau
fe30b8effa
ppp: enable parallel builds
...
SVN-Revision: 33415
12 years ago
Jo-Philipp Wich
b0ef94f8da
ppp: make ppp-mod-pptp depend on resolveip
...
SVN-Revision: 32269
13 years ago
Jo-Philipp Wich
13b8a13d48
ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by Daniel Golle <dgolle@allnet.de> - add netifd integration for pptp to ppp.sh
...
SVN-Revision: 32197
13 years ago
Felix Fietkau
b971ea720c
ppp: remove old network scripts
...
SVN-Revision: 31984
13 years ago
Felix Fietkau
5eed1d8f6b
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places
...
SVN-Revision: 31730
13 years ago
Gabor Juhos
97697c332f
Add ppp-mod-pppol2tp subpackage to ppp
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31564
13 years ago
Felix Fietkau
43695701ec
ppp: move ppp-{up,down} from the netifd package to pppd
...
SVN-Revision: 31340
13 years ago
Felix Fietkau
a660a57d71
pppd: split files into netifd and non-netifd files, move the netifd ppp.sh file to the pppd package
...
SVN-Revision: 31041
13 years ago
Nicolas Thill
63820327d3
package/ppp: fix typo in r28868 ( closes : #10429 )
...
SVN-Revision: 29165
13 years ago
Nicolas Thill
72de194d16
package/ppp: use new service wrappers
...
SVN-Revision: 28868
13 years ago
Jo-Philipp Wich
5659ec6918
ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by appending the nic-xxx argument last
...
SVN-Revision: 28364
13 years ago
Felix Fietkau
4c4da37c09
ppp: version bump to 2.4.5
...
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
13 years ago
Felix Fietkau
01e7d775e7
ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause functions needed by plugins to disappear ( fixes #9462 )
...
SVN-Revision: 27159
14 years ago
Jo-Philipp Wich
8d47f51f7c
ppp: prevent duplicate hotplug for non uci managed ppp interfaces ( #9275 )
...
SVN-Revision: 26742
14 years ago
Felix Fietkau
575a35c58d
pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k uncompressed
...
SVN-Revision: 25828
14 years ago
Felix Fietkau
5d0f9914ba
ppp: add a more descriptive title for ppp-multilink
...
SVN-Revision: 25524
14 years ago
Felix Fietkau
63fef8ed5d
ppp: move multilink support into a separate build variant - saves around 30k for the default build
...
SVN-Revision: 25523
14 years ago
Jo-Philipp Wich
1868be702d
ppp: don't die on malformed PADS frames that might appear on instable DSL lines
...
SVN-Revision: 25044
14 years ago
Jo-Philipp Wich
5e76127831
ppp: bump pkg revision after latest changes
...
SVN-Revision: 25028
14 years ago
Jo-Philipp Wich
5cf136ae0e
ppp: synthesize a .device option to make ifup work on pppoa interfaces again
...
SVN-Revision: 25025
14 years ago
Jo-Philipp Wich
a50421a302
pppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl and solves #8108
...
SVN-Revision: 23551
14 years ago
Jo-Philipp Wich
6029e1b618
ppp: - implement coldplugging for pppoa interfaces - honour device option to select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision
...
SVN-Revision: 23530
14 years ago
Jo-Philipp Wich
073ade4368
ppp: utilize the new keepfiles facility to backup the whole radius directory
...
SVN-Revision: 23259
14 years ago
Jo-Philipp Wich
6a10b180ce
ppp: mark /etc/ppp/ resources as conffiles
...
SVN-Revision: 23248
14 years ago
Jo-Philipp Wich
1cb2abca8e
add maintainer information
...
SVN-Revision: 23159
14 years ago
Jo-Philipp Wich
a5d0879de7
ppp: use service_kill()
...
SVN-Revision: 23088
14 years ago
Jo-Philipp Wich
865e34b607
ppp: populate gateway of default route with peer address ( #6259 )
...
SVN-Revision: 22806
14 years ago
Jo-Philipp Wich
815b18051b
pppd: only remove own default route on shutdown ( #7694 )
...
SVN-Revision: 22495
14 years ago
Jo-Philipp Wich
8079d54678
ppp: interpret "demand" option as timeout in seconds ( #7517 )
...
SVN-Revision: 21903
15 years ago
Nicolas Thill
338f1af5f3
bump release number for packages ahead of backfire in trunk
...
SVN-Revision: 21556
15 years ago
Jo-Philipp Wich
eb51e36a78
ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign 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
15 years ago
Jo-Philipp Wich
3b5689eb5e
ppp: rename 20-usb-modem to 20-atm-modem
...
SVN-Revision: 21303
15 years ago
Jo-Philipp Wich
b46d822e9b
ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa package
...
SVN-Revision: 21302
15 years ago
Jo-Philipp Wich
e757ee80f7
ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named 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
15 years ago
Felix Fietkau
e3597a8786
propagate atm header changes into pppoatm and br2684ctl as well
...
SVN-Revision: 20558
15 years ago
Travis Kemen
8ee9f9ee04
this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also fixes parallel build.
...
-Raphael
SVN-Revision: 19993
15 years ago
Jo-Philipp Wich
414761eeb3
ppp: add dns servers to uci state in the ip-up script
...
SVN-Revision: 17801
15 years ago
Nicolas Thill
6b575bcb0e
ppp: quote positional parameters when calling up/down scripts ( closes : #5622 )
...
SVN-Revision: 17763
15 years ago
Andy Boyett
a5f80019ef
bump some revisions and update copyrights
...
SVN-Revision: 17554
15 years ago
Jo-Philipp Wich
9137c11605
update ppp to v2.4.4 ( #5102 )
...
SVN-Revision: 15955
16 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Florian Fainelli
a54018aa87
fix ppp and pptp typos where is used instead of ( #4768 , #4778 )
...
SVN-Revision: 14882
16 years ago
Nicolas Thill
7075c9f917
oops, fix typo in [12368]
...
SVN-Revision: 12369
16 years ago
Nicolas Thill
2ac5a81ab4
install ppp development headers
...
SVN-Revision: 12368
16 years ago