xref: /OK3568_Linux_fs/buildroot/package/rp-pppoe/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "rp-pppoe needs a uClibc or glibc toolchain w/ dynamic library"
2*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
3*4882a593Smuzhiyun	depends on BR2_USE_MMU
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_RP_PPPOE
6*4882a593Smuzhiyun	bool "rp-pppoe"
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
8*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_MUSL # pppd
9*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
10*4882a593Smuzhiyun	select BR2_PACKAGE_PPPD
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  An implementation of the Point-to-point protocol over
13*4882a593Smuzhiyun	  Ethernet.  Has userspace client and server deamons. You
14*4882a593Smuzhiyun	  likely only need this package if you are implementing the
15*4882a593Smuzhiyun	  pppoe server that will service other pppoe client
16*4882a593Smuzhiyun	  devices. Otherwise the normal client functionality already
17*4882a593Smuzhiyun	  exists in the pppd package (and kernel).
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  https://dianne.skoll.ca/projects/rp-pppoe/
20