b7f1987035878d4c5f786cd611b0d0dafd3040a6
[openwrt/svn-archive/archive.git] / openwrt / package / radiusclient-ng / Config.in
1 config BR2_COMPILE_RADIUSCLIENT_NG
2 tristate
3 default n
4 select BR2_PACKAGE_LIBRADIUSCLIENT_NG
5
6 config BR2_PACKAGE_RADIUSCLIENT_NG
7 prompt "radiusclient-ng................... RADIUS client"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_PACKAGE_LIBOPENSSL
11 help
12 Purpose of this project is to build portable, easy-to-use and standard compliant
13 library suitable for developing free and commercial software that need support
14 for a RADIUS protocol (RFCs 2128 and 2139).
15
16 http://developer.berlios.de/projects/radiusclient-ng/
17
18 Depends: libopenssl
19
20 config BR2_PACKAGE_LIBRADIUSCLIENT_NG
21 prompt "libradiusclient-ng................ RADIUS client library"
22 tristate
23 default m if CONFIG_DEVEL
24 select BR2_COMPILE_RADIUSCLIENT_NG
25 help
26 Developpment library from radiusclient-ng