aboutsummaryrefslogtreecommitdiff
path: root/openwrt/package/ppp
Commit message (Collapse)AuthorAge
* fix ppp compile on osxFelix Fietkau2006-09-27
| | | | SVN-Revision: 4869
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-24
| | | | SVN-Revision: 4855
* add fixes for the pptp network scriptsFelix Fietkau2006-09-23
| | | | SVN-Revision: 4835
* allow spaces in the keepalive optionFelix Fietkau2006-09-12
| | | | SVN-Revision: 4781
* allow the user to override the lcp echo interval in ppp network configurationsFelix Fietkau2006-09-12
| | | | SVN-Revision: 4780
* fix typoFelix Fietkau2006-08-04
| | | | SVN-Revision: 4435
* more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)Mike Baker2006-08-04
| | | | SVN-Revision: 4432
* add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccacheMike Baker2006-08-04
| | | | SVN-Revision: 4429
* port ppp modules to package/kernel and fix ppp package dependenciesFelix Fietkau2006-07-30
| | | | SVN-Revision: 4329
* rewrite of the network scripts and configurationFelix Fietkau2006-07-30
| | | | SVN-Revision: 4323
* remove unneeded RSTRIP calls.Nicolas Thill2006-07-03
| | | | SVN-Revision: 4115
* credit where credit is dueMike Baker2006-06-27
| | | | SVN-Revision: 4091
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-21
| | | | SVN-Revision: 4033
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-21
| | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032
* normalize Makefiles.Nicolas Thill2006-06-18
| | | | SVN-Revision: 3998
* ppp: try to reconnect indefinitely (#551)Felix Fietkau2006-06-09
| | | | SVN-Revision: 3921
* improve dependency handling, fix some package makefile bugsFelix Fietkau2006-05-30
| | | | SVN-Revision: 3843
* add proper build dependsFelix Fietkau2006-05-30
| | | | SVN-Revision: 3841
* sync ppp with trunk and convert it to -ng.Nicolas Thill2006-05-24
| | | | SVN-Revision: 3826
* more BR2_ / CONFIG_ patchesMike Baker2006-05-15
| | | | SVN-Revision: 3784
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-05
| | | | | | config handling SVN-Revision: 3588
* precompile ppp active filter (reduces libpcap overhead to only a few k), ↵Felix Fietkau2006-03-18
| | | | | | 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-12
| | | | | | 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-10
| | | | | | other platforms SVN-Revision: 3210
* pppo*: change lcp-echo-interval to 1s instead of 10sFelix Fietkau2006-02-08
| | | | SVN-Revision: 3191
* Added needed patch for ppp to compile with filter enableFlorian Fainelli2006-02-05
| | | | SVN-Revision: 3148
* Updated ppp to be compiled with PPP filtering options as it was introduced ↵Florian Fainelli2006-02-05
| | | | | | with the newest libpcap SVN-Revision: 3147
* change cp to $(CP)Mike Baker2006-02-01
| | | | SVN-Revision: 3112
* port wan_device changes from whiterussian to kamikazeFelix Fietkau2006-01-16
| | | | SVN-Revision: 2993
* remove useless /etc/ppp/peers/sample file (forgot the Makefile change)Felix Fietkau2006-01-11
| | | | SVN-Revision: 2910
* remove useless /etc/ppp/peers/sample fileFelix Fietkau2006-01-11
| | | | SVN-Revision: 2909
* remove nodetach from ppp init scriptsFelix Fietkau2005-11-19
| | | | SVN-Revision: 2534
* hotplug-based network script rewriteFelix Fietkau2005-11-19
| | | | SVN-Revision: 2531
* add lcp ping to ppp ifup script so that it timeouts properly (fixes #42)Felix Fietkau2005-11-11
| | | | SVN-Revision: 2434
* patch pppd to be able to deal with time changes during a connection, fixes #31Felix Fietkau2005-11-11
| | | | SVN-Revision: 2432
* add hotplug stuff to trunk/Felix Fietkau2005-11-07
| | | | SVN-Revision: 2364
* reorganize/rationalize/format package menuconfig, make updatedd modularNicolas Thill2005-11-05
| | | | SVN-Revision: 2333
* fix typo in ppp init scriptsFelix Fietkau2005-10-22
| | | | SVN-Revision: 2245
* remove Maintainer: and Source: from packagesFelix Fietkau2005-10-21
| | | | SVN-Revision: 2210
* clean up mtu handling in ppp init scriptsFelix Fietkau2005-10-19
| | | | SVN-Revision: 2181
* add fixes for dsl code, clean up old hacksFelix Fietkau2005-09-07
| | | | SVN-Revision: 1874
* reduce timeout for pppoeFelix Fietkau2005-09-05
| | | | SVN-Revision: 1853
* i think ATM is rightWaldemar Brodkorb2005-09-03
| | | | SVN-Revision: 1833
* change pppoa default mtu, fix typo in default configFelix Fietkau2005-09-01
| | | | SVN-Revision: 1820
* fix pppoatm init scriptFelix Fietkau2005-08-30
| | | | SVN-Revision: 1800
* remove connect line from pppoa start scriptFelix Fietkau2005-08-26
| | | | SVN-Revision: 1757
* clean up board-dependent files, add pppoatm support, add proper config examplesFelix Fietkau2005-08-26
| | | | SVN-Revision: 1754
* fix pppoe init scriptFelix Fietkau2005-08-23
| | | | SVN-Revision: 1734
* add pppoe fix from whiterussianFelix Fietkau2005-08-20
| | | | SVN-Revision: 1703
* add support for pppoe over atheros wlanFelix Fietkau2005-08-20
| | | | SVN-Revision: 1702