1 comment "rp-pppoe needs a uClibc or glibc toolchain w/ dynamic library"
2 depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
5 config BR2_PACKAGE_RP_PPPOE
7 depends on !BR2_STATIC_LIBS
8 depends on !BR2_TOOLCHAIN_USES_MUSL # pppd
9 depends on BR2_USE_MMU # fork()
10 select BR2_PACKAGE_PPPD
12 An implementation of the Point-to-point protocol over Ethernet.
13 Has userspace client and server deamons. You likely only need
14 this package if you are implementing the pppoe server that will
15 service other pppoe client devices. Otherwise the normal client
16 functionality already exists in the pppd package (and kernel).
18 http://www.roaringpenguin.com/pppoe.html