summaryrefslogtreecommitdiffstats
path: root/openwrt/package/lzo/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/lzo/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/lzo/Config.in')
-rw-r--r--openwrt/package/lzo/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/package/lzo/Config.in b/openwrt/package/lzo/Config.in
deleted file mode 100644
index 58000d977..000000000
--- a/openwrt/package/lzo/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-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
- select BR2_COMPILE_LZO
- help
- A real-time data compression library
-
- http://www.oberhumer.com/opensource/lzo/
-