Commit Graph

23 Commits

Author SHA1 Message Date
Rosen Penev f0b9599ba0 rp-pppoe: update to 3.15
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-14 21:29:40 -08:00
Jianhui Zhao 9b9d40c99a rp-pppoe: use pppoe.so instead of rp-pppoe.so
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-04-03 18:38:28 -07:00
Josef Schlehofer af93af4a4f
rp-pppoe: increase PKG_RELEASE
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: fe709078ff ("rp-pppoe: fix typo")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-11-05 21:06:13 +01:00
Jianhui Zhao fe709078ff rp-pppoe: fix typo
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-11-04 20:03:01 +08:00
Rosen Penev 5996f762e5
rp-pppoe: update to 3.14
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>
2020-06-15 20:15:04 -07:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
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>
2019-09-10 07:45:15 +02:00
Eneas U de Queiroz 2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Daniel F. Dickinson 6aac16b164 rp-pppoe: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:49:35 -04:00
Eneas U de Queiroz e40d67a48f rp-pppoe: redo glibc patch
Previous fix broke compilation with kernel < 4.8

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-14 12:00:55 -03:00
Eneas U de Queiroz 0c995cabe7 rp-pppoe: Fixed compilation with glibc
Do not inlcude <netinet/in.h> when using glibc to avoid various
redefinitions.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:24:35 -03:00
Alin Nastac b8e6e7f0e8 rp-pppoe: add support for logical interface names and fix interface triggers
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2018-04-23 09:19:27 +02:00
Alin Nastac 26f8225d0a rp-pppoe: support for enabled uci parameters
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2018-04-19 08:30:07 +02:00
Alin Nastac 860187dcde rp-ppoe: fix init script indentation and add STOP level
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2018-04-19 08:17:29 +02:00
Felix Fietkau f7e0e06fcb rp-pppoe: depend on ppp instead of selecting it
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>
2018-03-08 11:11:30 +01:00
Felix Fietkau ac5b0f1996 rp-pppoe: fix pppoe server issues
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>
2018-03-07 18:41:01 +01:00
Felix Fietkau cf3e9c3f71 rp-pppoe: fix linker errors
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-07 17:20:31 +01:00
Felix Fietkau 3412ddb2c0 rp-pppoe: refresh patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-07 17:20:31 +01:00
Paul Wassi 89c7fa089e net/rp-pppoe: cleanup config options
Remove misspelled configuration options which were left in place
for reasons of backwards-compatibility.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-10-04 16:14:51 +02:00
Paul Wassi a5c43479ce net/rp-pppoe: fix typo in init script
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>
2017-10-04 16:13:38 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Daniel Dickinson f6611ab828 net/rp-pppoe: Update to 3.12
Update package to latest stable upstream and update my maintainer email

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 17:35:07 -04:00
Daniel Dickinson 847706ba5a rp-pppoe: Add back from oldpackages with build fixes and enhanced packaging
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>
2016-05-23 04:19:19 -04:00