From 76ace278805ee1826b2d7f1c035818d34f6ace00 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 11 Mar 2006 17:16:46 +0000 Subject: fix radiusclient-ng menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3345 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/radiusclient-ng/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openwrt') diff --git a/openwrt/package/radiusclient-ng/Config.in b/openwrt/package/radiusclient-ng/Config.in index b7f198703..7a2c17128 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 -- cgit v1.2.3