]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/squid/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / squid / Config.in
1 comment "squid needs a toolchain w/ C++"
2         depends on BR2_USE_MMU
3         depends on !BR2_INSTALL_LIBSTDCPP
4
5 config BR2_PACKAGE_SQUID
6         bool "squid"
7         depends on BR2_INSTALL_LIBSTDCPP
8         # needs fork()
9         depends on BR2_USE_MMU
10         select BR2_PACKAGE_LIBCAP
11         help
12           Caching proxy for the Web supporting HTTP, HTTPS, FTP, and
13           more.
14
15           http://www.squid-cache.org/