X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8ce48bdf4514ceafa03232fc722a10a5cae9a088..71329e008d3a3d24328c96c55a3c24a9c0b12fff:/openwrt/package/httping/Config.in diff --git a/openwrt/package/httping/Config.in b/openwrt/package/httping/Config.in index 2b8ef0270..8c84ec7c9 100644 --- a/openwrt/package/httping/Config.in +++ b/openwrt/package/httping/Config.in @@ -1,7 +1,7 @@ menu "httping........................... Httping is like 'ping' but for http-requests." config BR2_PACKAGE_HTTPING - prompt "httping.............................. Httping is like 'ping' but for http-requests." + prompt "httping............................ Httping is like 'ping' but for http-requests." tristate default m if CONFIG_DEVEL help @@ -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