Blame view

buildroot/buildroot-2016.08.1/package/privoxy/Config.in 370 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
  config BR2_PACKAGE_PRIVOXY
  	bool "privoxy"
  	depends on BR2_USE_MMU # fork()
  	select BR2_PACKAGE_PCRE
  	select BR2_PACKAGE_ZLIB
  	help
  	  A non-caching web proxy with advanced filtering capabilities
  	  for enhancing privacy, modifying web page data and HTTP
  	  headers, controlling access, and removing ads and other
  	  obnoxious Internet junk.
  
  	  http://www.privoxy.org/