b77d7b03dae4eb57a3cce708665b42835fb7babe
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / pppd / Config.in
1 config BR2_PACKAGE_PPPD
2         bool "pppd"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_USE_MMU
5         help
6           An implementation of the Point-to-point protocol.
7
8           http://www.samba.org/ppp/
9
10 if BR2_PACKAGE_PPPD
11
12 config BR2_PACKAGE_PPPD_FILTER
13         select BR2_PACKAGE_LIBPCAP
14         bool "filtering"
15         help
16           Packet filtering abilities for pppd. If enabled,
17           the pppd active-filter and pass-filter options
18           are available.
19
20 config BR2_PACKAGE_PPPD_RADIUS
21         bool "radius"
22         help
23           Install RADIUS support for pppd
24
25 endif
26
27 comment "pppd needs a toolchain w/ dynamic library"
28         depends on BR2_STATIC_LIBS
29         depends on BR2_USE_MMU