summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-07-01 15:35:00 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-01 15:35:00 +0200
commit9280cafe308fe4d8706ba2b12e6d5ae464fb8aed (patch)
treeccbfa3f89516f7779b29df2672b914c5f48b56fd /fs
parent09b36fc0644b8aa296b33e2cce57a7111e264ab1 (diff)
downloadbuildroot-novena-9280cafe308fe4d8706ba2b12e6d5ae464fb8aed.tar.gz
buildroot-novena-9280cafe308fe4d8706ba2b12e6d5ae464fb8aed.zip
ubifs: fix lzo typo
Closes #2155 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs')
-rw-r--r--fs/ubifs/ubifs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/ubifs.mk b/fs/ubifs/ubifs.mk
index 0fad23421..337180edc 100644
--- a/fs/ubifs/ubifs.mk
+++ b/fs/ubifs/ubifs.mk
@@ -9,7 +9,7 @@ UBIFS_OPTS := -e $(BR2_TARGET_ROOTFS_UBIFS_LEBSIZE) -c $(BR2_TARGET_ROOTFS_UBIFS
ifeq ($(BR2_TARGET_ROOTFS_UBIFS_RT_ZLIB),y)
UBIFS_OPTS += -x zlib
endif
-ifeq ($(BR2_TARGET_ROOTFS_UBIFS_RT_LZI),y)
+ifeq ($(BR2_TARGET_ROOTFS_UBIFS_RT_LZO),y)
UBIFS_OPTS += -x lzo
endif
ifeq ($(BR2_TARGET_ROOTFS_UBIFS_RT_NONE),y)