jpeg-turbo: fix legal info
[buildroot-gz.git] / package / rp-pppoe / Config.in
bloba41de33332e99213618620275675daf69e0e3c62
1 comment "rp-pppoe needs a uClibc or glibc toolchain w/ dynamic library"
2         depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
3         depends on BR2_USE_MMU
5 config BR2_PACKAGE_RP_PPPOE
6         bool "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
11         help
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