From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sat, 18 Feb 2006 23:29:46 +0000 (+0000)
Subject: fix defaults/depends for httping menuconfig
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/30bb892a2a6fbacd8f1c5fde8284fc8d7d549eb9

fix defaults/depends for httping menuconfig

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3252 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/openwrt/package/httping/Config.in b/openwrt/package/httping/Config.in
index 4ba8455db..8c84ec7c9 100644
--- a/openwrt/package/httping/Config.in
+++ b/openwrt/package/httping/Config.in
@@ -16,6 +16,6 @@ config BR2_PACKAGE_HTTPING_WITH_SSL
 	prompt "Enable SSL support"
 	bool
 	default y
-	select BR2_PACKAGE_HTTPING
+	depends BR2_PACKAGE_HTTPING
 
 endmenu