]> Git Repo - buildroot-mgba.git/blob - package/pppd/Config.in
connman: ensure connmanctl is only built if explicitly enabled
[buildroot-mgba.git] / package / pppd / Config.in
1 config BR2_PACKAGE_PPPD
2         bool "pppd"
3         help
4           An implementation of the Point-to-point protocol.
5
6           http://www.samba.org/ppp/
7
8 config BR2_PACKAGE_PPPD_FILTER
9         depends on BR2_PACKAGE_PPPD
10         select BR2_PACKAGE_LIBPCAP
11         bool "filtering"
12         help
13           Packet filtering abilities for pppd. If enabled,
14           the pppd active-filter and pass-filter options
15           are available.
16
17 config BR2_PACKAGE_PPPD_RADIUS
18         depends on BR2_PACKAGE_PPPD
19         bool "radius"
20         help
21           Install RADIUS support for pppd
This page took 0.030171 seconds and 4 git commands to generate.