summaryrefslogtreecommitdiffstats
path: root/target/ubifs/ubifsroot.mk
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2008-04-08 04:28:18 +0000
committerHamish Moffatt <hamish@cloud.net.au>2008-04-08 04:28:18 +0000
commit4b4524e18a2e41713253d06aff719a68a4aec9e4 (patch)
treeaa991d02b9a2d9b5b3b38f19ede0031e9047cc1c /target/ubifs/ubifsroot.mk
parentf9bd1cbd32d2084c76671d138ace8888d1e5da1e (diff)
downloadbuildroot-novena-4b4524e18a2e41713253d06aff719a68a4aec9e4.tar.gz
buildroot-novena-4b4524e18a2e41713253d06aff719a68a4aec9e4.zip
Fix UBI compression options
Diffstat (limited to 'target/ubifs/ubifsroot.mk')
-rw-r--r--target/ubifs/ubifsroot.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/ubifs/ubifsroot.mk b/target/ubifs/ubifsroot.mk
index 457e97a81..85f67a5be 100644
--- a/target/ubifs/ubifsroot.mk
+++ b/target/ubifs/ubifsroot.mk
@@ -41,13 +41,13 @@ UBIFS_OPTS := -e $(BR2_TARGET_ROOTFS_UBIFS_LEBSIZE) -c $(BR2_TARGET_ROOTFS_UBIFS
UBIFS_BASE := $(subst ",,$(BR2_TARGET_ROOTFS_UBIFS_OUTPUT))
#")
-ifeq ($(BR2_TARGET_ROOTFS_UBIFS_ZLIB),y)
+ifeq ($(BR2_TARGET_ROOTFS_UBIFS_RT_ZLIB),y)
UBIFS_OPTS += -x zlib
endif
-ifeq ($(BR2_TARGET_ROOTFS_UBIFS_LZI),y)
+ifeq ($(BR2_TARGET_ROOTFS_UBIFS_RT_LZI),y)
UBIFS_OPTS += -x lzo
endif
-ifeq ($(BR2_TARGET_ROOTFS_UBIFS_NONE),y)
+ifeq ($(BR2_TARGET_ROOTFS_UBIFS_RT_NONE),y)
UBIFS_OPTS += -x none
endif