summaryrefslogtreecommitdiffstats
path: root/openwrt/package/liblzo/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 18:26:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 18:26:35 +0000
commit9707497f94027fd67f3bdc5bc3dfca9ae983d78b (patch)
treeccde3567eab54f34b7ff670d33ebb90dac505c8f /openwrt/package/liblzo/Config.in
parent777c181615574f7464bb3785077187f7c7024a43 (diff)
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/liblzo/Config.in')
-rw-r--r--openwrt/package/liblzo/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/liblzo/Config.in b/openwrt/package/liblzo/Config.in
new file mode 100644
index 000000000..b63a09a91
--- /dev/null
+++ b/openwrt/package/liblzo/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBLZO
+ prompt "liblzo............................ Real-time data compression library"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ A real-time data compression library
+
+ http://www.oberhumer.com/opensource/lzo/
+