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