summaryrefslogtreecommitdiff
path: root/packages/compression/lzo/lzo.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/compression/lzo/lzo.kconfig')
-rw-r--r--packages/compression/lzo/lzo.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/compression/lzo/lzo.kconfig b/packages/compression/lzo/lzo.kconfig
index 7ece45e..3a7a345 100644
--- a/packages/compression/lzo/lzo.kconfig
+++ b/packages/compression/lzo/lzo.kconfig
@@ -64,13 +64,13 @@ choice
help
Here you can choose which version of lzo you want to use.
- config EMBTK_LZO_VERSION_2_03
- bool "lzo-2.03"
+ config EMBTK_LZO_VERSION_2_10
+ bool "lzo-2.10"
endchoice
config EMBTK_LZO_VERSION_STRING
string
- default "2.03" if EMBTK_LZO_VERSION_2_03
+ default "2.10" if EMBTK_LZO_VERSION_2_10
config EMBTK_LZO_NEED_PATCH
bool