2016-07-16 18:08:18 +02:00
|
|
|
comment "rp-pppoe needs a uClibc or glibc toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
2016-04-18 16:48:13 +02:00
|
|
|
depends on BR2_USE_MMU
|
|
|
|
|
2007-08-24 12:43:45 +02:00
|
|
|
config BR2_PACKAGE_RP_PPPOE
|
2010-11-02 20:32:36 +01:00
|
|
|
bool "rp-pppoe"
|
2016-04-18 16:48:13 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2016-07-16 18:08:18 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # pppd
|
2016-04-18 16:48:13 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
select BR2_PACKAGE_PPPD
|
2007-08-24 12:43:45 +02:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
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).
|
2007-08-24 12:43:45 +02:00
|
|
|
|
|
|
|
http://www.roaringpenguin.com/pppoe.html
|