disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / package / lzo / Config.in
1 config BR2_PACKAGE_LZO
2 tristate "lzo"
3 default m if CONFIG_DEVEL
4 help
5 A library implementing transparent compression/decompression
6
7 http://www.oberhumer.com/opensource/lzo/
This page took 0.043328 seconds and 5 git commands to generate.