python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / pppd / Config.in
blobb56b623459cc91efee77ddc8774ca4d162fd208f
1 config BR2_PACKAGE_PPPD
2         bool "pppd"
3         depends on !BR2_STATIC_LIBS
4         depends on !BR2_TOOLCHAIN_USES_MUSL # Use __P() macro all over the tree
5         depends on BR2_USE_MMU
6         help
7           An implementation of the Point-to-point protocol.
9           http://www.samba.org/ppp/
11 if BR2_PACKAGE_PPPD
13 config BR2_PACKAGE_PPPD_FILTER
14         select BR2_PACKAGE_LIBPCAP
15         bool "filtering"
16         help
17           Packet filtering abilities for pppd. If enabled,
18           the pppd active-filter and pass-filter options
19           are available.
21 config BR2_PACKAGE_PPPD_RADIUS
22         bool "radius"
23         help
24           Install RADIUS support for pppd
26 endif
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