add first batch of enrik's ar7 system code cleanups
[openwrt.git] / openwrt / package / lzo / Config.in
index d729455..58000d9 100644 (file)
@@ -1,7 +1,15 @@
-config BR2_PACKAGE_LZO
-       tristate "lzo"
+config BR2_COMPILE_LZO
+       bool
+       default n
+       depends BR2_PACKAGE_LIBLZO
+
+config BR2_PACKAGE_LIBLZO
+       prompt "liblzo............................ Real-time data compression library"
+       tristate
        default m if CONFIG_DEVEL
        default m if CONFIG_DEVEL
+       select BR2_COMPILE_LZO
        help
        help
-         A library implementing transparent compression/decompression
-        
+         A real-time data compression library
+         
          http://www.oberhumer.com/opensource/lzo/
          http://www.oberhumer.com/opensource/lzo/
+
This page took 0.021743 seconds and 4 git commands to generate.