From: Felix Fietkau Date: Sat, 18 Feb 2006 23:29:46 +0000 (+0000) Subject: fix defaults/depends for httping menuconfig X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=74b11d61dae1b85caad3d0c2ae9a123575246f7d;p=15.05%2Fopenwrt.git 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 4ba8455db3..8c84ec7c9f 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