summaryrefslogtreecommitdiff
path: root/openwrt/package/ppp
Commit message (Collapse)AuthorAgeFilesLines
* ppp: try to reconnect indefinitely (#551)Felix Fietkau2006-06-091-0/+1
| | | | SVN-Revision: 3921
* improve dependency handling, fix some package makefile bugsFelix Fietkau2006-05-301-2/+2
| | | | SVN-Revision: 3843
* add proper build dependsFelix Fietkau2006-05-301-1/+1
| | | | SVN-Revision: 3841
* sync ppp with trunk and convert it to -ng.Nicolas Thill2006-05-2415-202/+141
| | | | SVN-Revision: 3826
* more BR2_ / CONFIG_ patchesMike Baker2006-05-152-25/+25
| | | | SVN-Revision: 3784
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-052-36/+20
| | | | | | config handling SVN-Revision: 3588
* precompile ppp active filter (reduces libpcap overhead to only a few k), ↵Felix Fietkau2006-03-187-5/+315
| | | | | | enable by default to support proper demand dialling, fixes #307 SVN-Revision: 3401
* disable ppp filter support by default (adds unnecessary bloat by requiring ↵Felix Fietkau2006-02-121-1/+1
| | | | | | libpcap) SVN-Revision: 3227
* use gcc 4.0.2 and deselect ppp by default for Aruba, use gcc 3.4.5 for the ↵Imre Kaloz2006-02-101-0/+1
| | | | | | other platforms SVN-Revision: 3210
* pppo*: change lcp-echo-interval to 1s instead of 10sFelix Fietkau2006-02-082-2/+2
| | | | SVN-Revision: 3191
* Added needed patch for ppp to compile with filter enableFlorian Fainelli2006-02-051-0/+14
| | | | SVN-Revision: 3148
* Updated ppp to be compiled with PPP filtering options as it was introduced ↵Florian Fainelli2006-02-053-2/+15
| | | | | | with the newest libpcap SVN-Revision: 3147
* change cp to $(CP)Mike Baker2006-02-011-3/+3
| | | | SVN-Revision: 3112
* port wan_device changes from whiterussian to kamikazeFelix Fietkau2006-01-161-1/+1
| | | | SVN-Revision: 2993
* remove useless /etc/ppp/peers/sample file (forgot the Makefile change)Felix Fietkau2006-01-111-2/+0
| | | | SVN-Revision: 2910
* remove useless /etc/ppp/peers/sample fileFelix Fietkau2006-01-111-3/+0
| | | | SVN-Revision: 2909
* remove nodetach from ppp init scriptsFelix Fietkau2005-11-192-2/+2
| | | | SVN-Revision: 2534
* hotplug-based network script rewriteFelix Fietkau2005-11-192-65/+56
| | | | SVN-Revision: 2531
* add lcp ping to ppp ifup script so that it timeouts properly (fixes #42)Felix Fietkau2005-11-112-49/+61
| | | | SVN-Revision: 2434
* patch pppd to be able to deal with time changes during a connection, fixes #31Felix Fietkau2005-11-111-0/+82
| | | | SVN-Revision: 2432
* add hotplug stuff to trunk/Felix Fietkau2005-11-075-1/+9
| | | | SVN-Revision: 2364
* reorganize/rationalize/format package menuconfig, make updatedd modularNicolas Thill2005-11-051-8/+8
| | | | SVN-Revision: 2333
* fix typo in ppp init scriptsFelix Fietkau2005-10-222-2/+2
| | | | SVN-Revision: 2245
* remove Maintainer: and Source: from packagesFelix Fietkau2005-10-217-14/+0
| | | | SVN-Revision: 2210
* clean up mtu handling in ppp init scriptsFelix Fietkau2005-10-192-4/+2
| | | | SVN-Revision: 2181
* add fixes for dsl code, clean up old hacksFelix Fietkau2005-09-071-10/+0
| | | | SVN-Revision: 1874
* reduce timeout for pppoeFelix Fietkau2005-09-051-0/+28
| | | | SVN-Revision: 1853
* i think ATM is rightWaldemar Brodkorb2005-09-031-1/+1
| | | | SVN-Revision: 1833
* change pppoa default mtu, fix typo in default configFelix Fietkau2005-09-011-1/+1
| | | | SVN-Revision: 1820
* fix pppoatm init scriptFelix Fietkau2005-08-301-2/+1
| | | | SVN-Revision: 1800
* remove connect line from pppoa start scriptFelix Fietkau2005-08-261-1/+0
| | | | SVN-Revision: 1757
* clean up board-dependent files, add pppoatm support, add proper config examplesFelix Fietkau2005-08-266-12/+88
| | | | SVN-Revision: 1754
* fix pppoe init scriptFelix Fietkau2005-08-231-24/+27
| | | | SVN-Revision: 1734
* add pppoe fix from whiterussianFelix Fietkau2005-08-201-1/+1
| | | | SVN-Revision: 1703
* add support for pppoe over atheros wlanFelix Fietkau2005-08-202-2/+2
| | | | SVN-Revision: 1702
* Make MTU default to 1492 when ppp_mtu nvram variable is not setNicolas Thill2005-08-101-0/+1
| | | | SVN-Revision: 1606
* Fix /etc/init.d/S50pppoe -> /sbin/ifup.pppoe changeNicolas Thill2005-08-101-2/+2
| | | | SVN-Revision: 1605
* add config file /etc/config/network, add board-specific network.overrides ↵Felix Fietkau2005-07-211-0/+2
| | | | | | (instead of nvram.overrides) SVN-Revision: 1519
* give basic commandline helpFelix Fietkau2005-07-151-21/+31
| | | | SVN-Revision: 1447
* fix ppp reconnect bugFelix Fietkau2005-07-131-0/+129
| | | | SVN-Revision: 1426
* add a lot of debian fixes to ppp (should fix persist and demand, too), clean ↵Felix Fietkau2005-07-1218-1/+1845
| | | | | | up patches SVN-Revision: 1417
* remove pppoe init script, add ifup.pppoe for thatFelix Fietkau2005-07-032-5/+6
| | | | SVN-Revision: 1325
* Move complex packages to their own menu, Set "default m" for optional ↵Nicolas Thill2005-05-261-6/+9
| | | | | | package only if DEVELOPER is set SVN-Revision: 1069
* Cosmetic fixNicolas Thill2005-05-191-2/+2
| | | | SVN-Revision: 973
* Standardize package Config.in, change prompt to package name + short ↵Nicolas Thill2005-05-191-3/+3
| | | | | | description, add URL when missing (and found) SVN-Revision: 956
* Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable ↵Nicolas Thill2005-05-1828-481/+412
| | | | | | chat package, split ppp patch into multiple patches SVN-Revision: 940
* stupid mistake, forget complete path to nvram :(Waldemar Brodkorb2005-05-081-1/+1
| | | | SVN-Revision: 814
* shorter syntaxWaldemar Brodkorb2005-05-041-3/+1
| | | | SVN-Revision: 795
* ip-up script, so that we can get time from network after successful connectionWaldemar Brodkorb2005-05-011-0/+4
| | | | SVN-Revision: 783
* mru and mtu need to be on separate linesWaldemar Brodkorb2005-05-011-3/+4
| | | | SVN-Revision: 782