X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9d30652149fd745711342cec7ee8574e973ec241..e3a04efbaa009b47aabc92708c9a686af0136ba9:/openwrt/package/lzo/Config.in

diff --git a/openwrt/package/lzo/Config.in b/openwrt/package/lzo/Config.in
index f8c043a33..7a0bd4c8a 100644
--- a/openwrt/package/lzo/Config.in
+++ b/openwrt/package/lzo/Config.in
@@ -1,7 +1,12 @@
-config BR2_PACKAGE_LZO
-	tristate "lzo"
-	default m
+config BR2_PACKAGE_LIBLZO
+	tristate "liblzo - Real-time data compression library"
+	default m if CONFIG_DEVEL
 	help
-	  A library implementing transparent compression/decompression
-	 
+	  A real-time data compression library
+	  
 	  http://www.oberhumer.com/opensource/lzo/
+	  
+
+config BR2_PACKAGE_LZO
+	tristate
+	default BR2_PACKAGE_LIBLZO