075b01f2f7
- Drop patch (already in version) - Update hash of bsd-comp.c, ccp.c and passprompt.c (no change in license) - rp-pppoe has been renamed to pppoe sinceb2c36e6c0e
- Manage EAP-TLS which depends on openssl and has been added and is enabled by default sincee87fe1bbd3
It should be noted that openssl is still mandatory with glibc because encrypt and setkey have been removed since version 2.28 (see commitb519bcafe7
) - musl is now supported - Update indentation in hash file (two spaces) https://github.com/paulusmack/ppp/blob/2.4.9/README Fixes: - https://bugs.busybox.net/show_bug.cgi?id=13436 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
19 lines
630 B
Plaintext
19 lines
630 B
Plaintext
comment "rp-pppoe needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|
|
|
|
config BR2_PACKAGE_RP_PPPOE
|
|
bool "rp-pppoe"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_PPPD
|
|
help
|
|
An implementation of the Point-to-point protocol over
|
|
Ethernet. Has userspace client and server deamons. You
|
|
likely only need this package if you are implementing the
|
|
pppoe server that will service other pppoe client
|
|
devices. Otherwise the normal client functionality already
|
|
exists in the pppd package (and kernel).
|
|
|
|
https://dianne.skoll.ca/projects/rp-pppoe/
|