diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-11 17:16:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-11 17:16:46 +0000 |
commit | 76ace278805ee1826b2d7f1c035818d34f6ace00 (patch) | |
tree | 60d0f66495a5ead19a60dfb9b3595c7fc1eee381 | |
parent | aaba8c7383c215d89939010bbe1d7c5ed43d0639 (diff) |
fix radiusclient-ng menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3345 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 b7f1987035..7a2c171280 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 |