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 | 635636297adeeddc499f3b6972656e986287c5b6 (patch) | |
| tree | d9318f03c1254fc1f831597f4042a2a4ec58bf49 | |
| parent | 461e91dad71b959a09aeeba4f9116f1631f378be (diff) | |
| download | upstream-635636297adeeddc499f3b6972656e986287c5b6.tar.gz upstream-635636297adeeddc499f3b6972656e986287c5b6.tar.bz2 upstream-635636297adeeddc499f3b6972656e986287c5b6.zip | |
fix radiusclient-ng menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3345 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/radiusclient-ng/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/radiusclient-ng/Config.in b/package/radiusclient-ng/Config.in index b7f19870358..7a2c1712805 100644 --- a/package/radiusclient-ng/Config.in +++ b/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 |
