1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-08 12:11:18 +02:00

fix defaults/depends for httping menuconfig

SVN-Revision: 3252
This commit is contained in:
Felix Fietkau 2006-02-18 23:29:46 +00:00
parent d680d1abcb
commit 6a5df608fb

@ -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