fix defaults/depends for httping menuconfig
authorFelix Fietkau <nbd@openwrt.org>
Sat, 18 Feb 2006 23:29:46 +0000 (23:29 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 18 Feb 2006 23:29:46 +0000 (23:29 +0000)
SVN-Revision: 3252

openwrt/package/httping/Config.in

index 4ba8455db37f1a294d3f64001ae3a239f30819e5..8c84ec7c9fb84da77f8a40f8e1f4911233e6bfbe 100644 (file)
@@ -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