|
@@ -4,6 +4,8 @@ config BR2_PACKAGE_PPPD
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # Use __P() macro all over the tree
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # Use __P() macro all over the tree
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_OPENSSL if BR2_TOOLCHAIN_USES_GLIBC
|
|
select BR2_PACKAGE_OPENSSL if BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
+ select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL \
|
|
|
|
+ && BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
help
|
|
An implementation of the Point-to-point protocol.
|
|
An implementation of the Point-to-point protocol.
|
|
|
|
|