Config.in 476 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_PPPD
  2. bool "pppd"
  3. help
  4. An implementation of the Point-to-point protocol.
  5. http://www.samba.org/ppp/
  6. config BR2_PACKAGE_PPPD_FILTER
  7. depends on BR2_PACKAGE_PPPD
  8. select BR2_PACKAGE_LIBPCAP
  9. bool "filtering"
  10. help
  11. Packet filtering abilities for pppd. If enabled,
  12. the pppd active-filter and pass-filter options
  13. are available.
  14. config BR2_PACKAGE_PPPD_RADIUS
  15. depends on BR2_PACKAGE_PPPD
  16. bool "radius"
  17. help
  18. Install RADIUS support for pppd