Commit 4cfb3fc2 authored by Axel Lin's avatar Axel Lin Committed by Peter Korsgaard
Browse files

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: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 7a8be43c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
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.

@@ -19,3 +21,7 @@ config BR2_PACKAGE_PPPD_RADIUS
	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