2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_PPPD
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "pppd"
|
2013-09-30 11:18:47 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
|
depends on BR2_USE_MMU
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
An implementation of the Point-to-point protocol.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.samba.org/ppp/
|
2009-02-19 06:31:05 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_PPPD
|
|
|
|
|
2009-02-19 06:31:05 +01:00
|
|
|
config BR2_PACKAGE_PPPD_FILTER
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
bool "filtering"
|
|
|
|
help
|
|
|
|
Packet filtering abilities for pppd. If enabled,
|
|
|
|
the pppd active-filter and pass-filter options
|
|
|
|
are available.
|
2010-10-06 19:34:47 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PPPD_RADIUS
|
|
|
|
bool "radius"
|
|
|
|
help
|
|
|
|
Install RADIUS support for pppd
|
2013-09-30 11:18:47 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "pppd needs a toolchain w/ dynamic library"
|
2013-09-30 11:18:47 +02:00
|
|
|
depends on BR2_PREFER_STATIC_LIB
|
|
|
|
depends on BR2_USE_MMU
|