add first batch of enrik's ar7 system code cleanups
[openwrt.git] / openwrt / package / lzo / Config.in
1 config BR2_COMPILE_LZO
2 bool
3 default n
4 depends BR2_PACKAGE_LIBLZO
5
6 config BR2_PACKAGE_LIBLZO
7 prompt "liblzo............................ Real-time data compression library"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_LZO
11 help
12 A real-time data compression library
13
14 http://www.oberhumer.com/opensource/lzo/
15
This page took 0.039062 seconds and 5 git commands to generate.