@ -33,6 +33,8 @@ include $(INCLUDE_DIR)/cmake.mk
TARGET_LDFLAGS += $( if $( CONFIG_USE_GLIBC) ,-lrt)
TARGET_LDFLAGS += $( if $( CONFIG_USE_GLIBC) ,-lrt)
CMAKE_OPTIONS += $( if $( CONFIG_FSTOOLS_UBIFS_EXTROOT) ,-DCMAKE_UBIFS_EXTROOT= y)
CMAKE_OPTIONS += $( if $( CONFIG_FSTOOLS_UBIFS_EXTROOT) ,-DCMAKE_UBIFS_EXTROOT= y)
CMAKE_OPTIONS += $( if $( CONFIG_FSTOOLS_OVL_MOUNT_FULL_ACCESS_TIME) ,-DCMAKE_OVL_MOUNT_FULL_ACCESS_TIME= y)
CMAKE_OPTIONS += $( if $( CONFIG_FSTOOLS_OVL_MOUNT_COMPRESS_ZLIB) ,-DCMAKE_OVL_MOUNT_COMPRESS_ZLIB= y)
d e f i n e P a c k a g e / f s t o o l s
d e f i n e P a c k a g e / f s t o o l s
SECTION:= base
SECTION:= base
@ -50,6 +52,20 @@ define Package/fstools/config
default y
default y
help
help
This option makes it possible to use extroot functionality if the root filesystem resides on an UBIFS partition
This option makes it possible to use extroot functionality if the root filesystem resides on an UBIFS partition
config FSTOOLS_OVL_MOUNT_FULL_ACCESS_TIME
depends on PACKAGE_fstools
bool "Full access time accounting"
default n
help
This option enables the full access time accounting ( warning: it will increase the flash writes) .
config FSTOOLS_OVL_MOUNT_COMPRESS_ZLIB
depends on PACKAGE_fstools
bool "Compress using zlib"
default n
help
This option enables the compression using zlib on the storage device.
e n d e f
e n d e f
d e f i n e P a c k a g e / s n a p s h o t - t o o l
d e f i n e P a c k a g e / s n a p s h o t - t o o l