disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt-10.03/.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/