let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / package / httping / Config.in
1 menu "httping........................... Httping is like 'ping' but for http-requests."
2
3 config BR2_PACKAGE_HTTPING
4 prompt "httping............................ Httping is like 'ping' but for http-requests."
5 tristate
6 default m if CONFIG_DEVEL
7 help
8 Httping is like 'ping' but for http-requests.
9 Give it an url, and it'll show you how long it takes to connect, send a
10 request and retrieve the reply (only the headers). Be aware that the
11 transmission across the network also takes time!
12
13 http://www.vanheusden.com/httping/
14
15 config BR2_PACKAGE_HTTPING_WITH_SSL
16 prompt "Enable SSL support"
17 bool
18 default y
19 depends BR2_PACKAGE_HTTPING
20
21 endmenu