aboutsummaryrefslogtreecommitdiff
path: root/net/rp-pppoe
Commit message (Collapse)AuthorAge
* rp-pppoe: Remove myself as maintainerDaniel F. Dickinson2018-07-04
| | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* rp-pppoe: redo glibc patchEneas U de Queiroz2018-06-14
| | | | | | Previous fix broke compilation with kernel < 4.8 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* rp-pppoe: Fixed compilation with glibcEneas U de Queiroz2018-05-23
| | | | | | | Do not inlcude <netinet/in.h> when using glibc to avoid various redefinitions. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* rp-pppoe: add support for logical interface names and fix interface triggersAlin Nastac2018-04-23
| | | | Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* rp-pppoe: support for enabled uci parametersAlin Nastac2018-04-19
| | | | Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* rp-ppoe: fix init script indentation and add STOP levelAlin Nastac2018-04-19
| | | | Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* rp-pppoe: depend on ppp instead of selecting itFelix Fietkau2018-03-08
| | | | | | | ppp has multiple variants, so selecting one of them introduces a recursive dependency for any packge selecting it. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* rp-pppoe: fix pppoe server issuesFelix Fietkau2018-03-07
| | | | | | | | Use ppp-mod-pppoe instead of shipping its own broken plugin Always use rp-pppoe.so instead of the (not packaged) pppoe user space implementation Signed-off-by: Felix Fietkau <nbd@nbd.name>
* rp-pppoe: fix linker errorsFelix Fietkau2018-03-07
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* rp-pppoe: refresh patchesFelix Fietkau2018-03-07
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* net/rp-pppoe: cleanup config optionsPaul Wassi2017-10-04
| | | | | | | Remove misspelled configuration options which were left in place for reasons of backwards-compatibility. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* net/rp-pppoe: fix typo in init scriptPaul Wassi2017-10-04
| | | | | | | | Due to a typo in the init scripts, certain parameters are not appended to the cmdline. (max. # of concurrent sessions). For backwards compatibility leave both spellings in place. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* net/rp-pppoe: Update to 3.12Daniel Dickinson2016-10-23
| | | | | | Update package to latest stable upstream and update my maintainer email Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* rp-pppoe: Add back from oldpackages with build fixes and enhanced packagingDaniel Dickinson2016-05-23
Add back from oldpackages with fixes for build errors and UCIfication (for LuCI app submitted in a related PR (against LuCI repo)). NOTE: Untested packages have been marked with @BROKEN. This can be undone of others report success with the sniffer Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>