summaryrefslogtreecommitdiff
path: root/openwrt/package/radiusclient-ng/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-03-10 08:05:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-03-10 08:05:36 +0000
commit7d30ebb076bb07240feaf25418ac251c5f5f2e1e (patch)
tree82e1cc206f8efc24d32dd68c979213f9a39b1948 /openwrt/package/radiusclient-ng/Config.in
parent69d591f9a4ba79671269ad965335fe3765e43255 (diff)
downloadmtk-20170518-7d30ebb076bb07240feaf25418ac251c5f5f2e1e.zip
mtk-20170518-7d30ebb076bb07240feaf25418ac251c5f5f2e1e.tar.gz
mtk-20170518-7d30ebb076bb07240feaf25418ac251c5f5f2e1e.tar.bz2
Added radiusclient-ng, libradiusclient-ng. Config.in may need some tweaking to be correctly placed either in Networking or Libraries section (libraries currently).
SVN-Revision: 3342
Diffstat (limited to 'openwrt/package/radiusclient-ng/Config.in')
-rw-r--r--openwrt/package/radiusclient-ng/Config.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/openwrt/package/radiusclient-ng/Config.in b/openwrt/package/radiusclient-ng/Config.in
new file mode 100644
index 0000000..b7f1987
--- /dev/null
+++ b/openwrt/package/radiusclient-ng/Config.in
@@ -0,0 +1,26 @@
+config BR2_COMPILE_RADIUSCLIENT_NG
+ tristate
+ default n
+ select BR2_PACKAGE_LIBRADIUSCLIENT_NG
+
+config BR2_PACKAGE_RADIUSCLIENT_NG
+ prompt "radiusclient-ng................... RADIUS client"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBOPENSSL
+ help
+ Purpose of this project is to build portable, easy-to-use and standard compliant
+ library suitable for developing free and commercial software that need support
+ for a RADIUS protocol (RFCs 2128 and 2139).
+
+ http://developer.berlios.de/projects/radiusclient-ng/
+
+ Depends: libopenssl
+
+config BR2_PACKAGE_LIBRADIUSCLIENT_NG
+ prompt "libradiusclient-ng................ RADIUS client library"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_RADIUSCLIENT_NG
+ help
+ Developpment library from radiusclient-ng