Config.in 359 B

123456789101112131415
  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.