20 lines
643 B
Plaintext
20 lines
643 B
Plaintext
|
config BR2_PACKAGE_FREERADIUS_SERVER
|
||
|
bool "freeradius-server"
|
||
|
depends on BR2_USE_MMU # fork()
|
||
|
depends on !BR2_STATIC_LIBS # libtalloc
|
||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
|
||
|
select BR2_PACKAGE_LIBTALLOC
|
||
|
help
|
||
|
FreeRADIUS is an open source server which implements
|
||
|
a protocol for remote user Authorization, Authentication
|
||
|
and Accounting.
|
||
|
|
||
|
http://wiki.freeradius.org/
|
||
|
|
||
|
comment "freeradius-server needs a glibc toolchain w/ threads"
|
||
|
depends on BR2_USE_MMU
|
||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
||
|
!BR2_TOOLCHAIN_USES_GLIBC
|