Blame view

buildroot/buildroot-2016.08.1/package/lzop/Config.in 224 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
  config BR2_PACKAGE_LZOP
  	bool "lzop"
  	select BR2_PACKAGE_LZO
  	help
  	  lzop is a file compressor which is very similar to gzip.
  	  lzop uses the LZO data compression library for compression services.
  
  	  http://www.lzop.org/