1 config BR2_PACKAGE_PPPD
3 depends on !BR2_STATIC_LIBS
4 depends on !BR2_TOOLCHAIN_USES_MUSL # Use __P() macro all over the tree
7 An implementation of the Point-to-point protocol.
9 http://www.samba.org/ppp/
13 config BR2_PACKAGE_PPPD_FILTER
14 select BR2_PACKAGE_LIBPCAP
17 Packet filtering abilities for pppd. If enabled,
18 the pppd active-filter and pass-filter options
21 config BR2_PACKAGE_PPPD_RADIUS
24 Install RADIUS support for pppd
28 comment "pppd needs a uClibc or glibc toolchain w/ dynamic library"
29 depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
30 depends on BR2_USE_MMU