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