include functions and network config in hotplug
[openwrt.git] / 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