buildrootschalter/package/pppd/Config.in
Axel Lin 4cfb3fc267 pppd: needs mmu and shared objects
The plugin infrastructure is based on shared objects so it won't build
for static-only scenarios.
And the daemon uses fork() so MMU is required.

[Peter: move below suboptions]
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-01 21:37:21 +02:00

28 lines
659 B
Plaintext

config BR2_PACKAGE_PPPD
bool "pppd"
depends on !BR2_PREFER_STATIC_LIB
depends on BR2_USE_MMU
help
An implementation of the Point-to-point protocol.
http://www.samba.org/ppp/
config BR2_PACKAGE_PPPD_FILTER
depends on BR2_PACKAGE_PPPD
select BR2_PACKAGE_LIBPCAP
bool "filtering"
help
Packet filtering abilities for pppd. If enabled,
the pppd active-filter and pass-filter options
are available.
config BR2_PACKAGE_PPPD_RADIUS
depends on BR2_PACKAGE_PPPD
bool "radius"
help
Install RADIUS support for pppd
comment "pppd requires a toolchain with dynamic library support"
depends on BR2_PREFER_STATIC_LIB
depends on BR2_USE_MMU