mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
16
package/tinyproxy/Config.in
Normal file
16
package/tinyproxy/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_TINYPROXY
|
||||
bool "tinyproxy"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Tinyproxy is a small, efficient HTTP/SSL proxy daemon released
|
||||
under the GNU General Public License. Tinyproxy is very
|
||||
useful in a small network setting, where a larger proxy would
|
||||
be too resource intensive.
|
||||
|
||||
https://tinyproxy.github.io
|
||||
|
||||
comment "tinyproxy needs a toolchain w/ threads, wchar"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU
|
||||
Reference in New Issue
Block a user