diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-11 17:16:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-11 17:16:46 +0000 |
commit | e901f912c149dc62ac0bce14943bf32421bdfc03 (patch) | |
tree | f5e77e3973a5a7aecc70f1b264a63155dade6fcd /openwrt/package | |
parent | 462633e3a1ff03b85caebd3d9f5e915399c80f36 (diff) | |
download | mtk-20170518-e901f912c149dc62ac0bce14943bf32421bdfc03.zip mtk-20170518-e901f912c149dc62ac0bce14943bf32421bdfc03.tar.gz mtk-20170518-e901f912c149dc62ac0bce14943bf32421bdfc03.tar.bz2 |
fix radiusclient-ng menuconfig
SVN-Revision: 3345
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/radiusclient-ng/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/radiusclient-ng/Config.in b/openwrt/package/radiusclient-ng/Config.in index b7f1987..7a2c171 100644 --- a/openwrt/package/radiusclient-ng/Config.in +++ b/openwrt/package/radiusclient-ng/Config.in @@ -1,13 +1,14 @@ config BR2_COMPILE_RADIUSCLIENT_NG - tristate + tristate default n - select BR2_PACKAGE_LIBRADIUSCLIENT_NG + depends BR2_PACKAGE_LIBRADIUSCLIENT_NG config BR2_PACKAGE_RADIUSCLIENT_NG prompt "radiusclient-ng................... RADIUS client" tristate default m if CONFIG_DEVEL select BR2_PACKAGE_LIBOPENSSL + select BR2_PACKAGE_LIBRADIUSCLIENT_NG 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 |