From a0f3cb1cbeba376a8a8105b58f7f85e63baa11fe Mon Sep 17 00:00:00 2001 From: Mark Jackson Date: Wed, 24 Apr 2013 02:29:19 +0000 Subject: fs/ubifs: allow extra options to be passed to ubifs creation tools Allow extra options to be passed to ubifs creation tools. Signed-off-by: Mark Jackson Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- fs/ubifs/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'fs/ubifs/Config.in') diff --git a/fs/ubifs/Config.in b/fs/ubifs/Config.in index 0a798d861..d716fc088 100644 --- a/fs/ubifs/Config.in +++ b/fs/ubifs/Config.in @@ -87,6 +87,12 @@ config BR2_TARGET_ROOTFS_UBIFS_XZ endchoice +config BR2_TARGET_ROOTFS_UBIFS_OPTS + string "Additional mkfs.ubifs options" + depends on BR2_TARGET_ROOTFS_UBIFS + help + Any additional mkfs.ubifs options you may want to include. + config BR2_TARGET_ROOTFS_UBI depends on BR2_TARGET_ROOTFS_UBIFS bool "Embed into an UBI image" @@ -108,3 +114,9 @@ config BR2_TARGET_ROOTFS_UBI_SUBSIZE help Tells ubinize that the flash supports sub-pages and the sub-page size. Use 0 if subpages are not supported on flash chip. + +config BR2_TARGET_ROOTFS_UBI_OPTS + string "Additional ubinize options" + depends on BR2_TARGET_ROOTFS_UBI + help + Any additional ubinize options you may want to include. -- cgit v1.2.3