aboutsummaryrefslogtreecommitdiff
path: root/net/rp-pppoe
Commit message (Collapse)AuthorAge
* rp-pppoe: update to 3.15Rosen Penev2023-01-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rp-pppoe: use pppoe.so instead of rp-pppoe.soJianhui Zhao2021-04-03
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* rp-pppoe: increase PKG_RELEASEJosef Schlehofer2020-11-05
| | | | | | | | | | | | | | | In a recent commit, there was a fixed typo in config file of rp-ppoe package. As there was no increased version in PKG_VERSION/PKG_RELEASE, it means that fixed typo will be applied for users, who install rp-pppoe now. Existing users will not be aware that there is an updated package with fixed typo. They will need to do force overwrite/reinstall via opkg. It makes a little bit complicated as we are fixing typo in conffile, but this change will be applied to users who do not touch it. In any case, there should be a bumped version. Fixes: fe709078ffaaf323593b126c02e83e7512b84073 ("rp-pppoe: fix typo") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* rp-pppoe: fix typoJianhui Zhao2020-11-04
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* rp-pppoe: update to 3.14Rosen Penev2020-06-15
| | | | | | | | | | | | Switched to new upstream. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed and fixed up patches. Fixed up license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* 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>