0c15169f5a
Removed all patches, they are now included in this release. Added other patches fixing errors. Removed option BR2_PACKAGE_PPPD_RADIUS, upstream build system, now auto- conf-based, does not support disabling the radius plugin. Removed BR2_PACKAGE_PPPD_OVERWRITE_RESOLV_CONF, upstream now defaults to /etc, quoting README: "Note that if you have built and installed previous versions of this package and you want to continue having configuration and TDB files in /etc/ppp, you will need to use the --sysconfdir option to ./configure." Switched build system to autoconf, added optional systemd support. Added configure option to enable multilink support which now defaults to false but was enabled before: https://github.com/ppp-project/ppp/blob/2.4.9/pppd/Makefile.linux#L57 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
27 lines
640 B
Plaintext
27 lines
640 B
Plaintext
config BR2_PACKAGE_PPPD
|
|
bool "pppd"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_OPENSSL if BR2_TOOLCHAIN_USES_GLIBC
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
|
help
|
|
An implementation of the Point-to-point protocol.
|
|
|
|
http://www.samba.org/ppp/
|
|
|
|
if BR2_PACKAGE_PPPD
|
|
|
|
config BR2_PACKAGE_PPPD_FILTER
|
|
bool "filtering"
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
Packet filtering abilities for pppd. If enabled,
|
|
the pppd active-filter and pass-filter options
|
|
are available.
|
|
|
|
endif
|
|
|
|
comment "pppd needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|