It's better to handle LZO and LZARI compression mdoes for JFFS2 with
a single #define.
diff --git a/CHANGELOG b/CHANGELOG
index b10107a..828245c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,8 +6,9 @@
   size.
 
 * Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
-  March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
-  CONFIG_JFFS2_LZARI are added. Both are undefined by default.
+  March 13, 2005); new configuration option CONFIG_JFFS2_LZO_LZARI
+  added to support LZO and LZARI compression modes (undefined by
+  default).
 
 * Fix problem with symbolic links in JFFS2 code.