From d15107fe237b307fdf65f44e72fa924979b315db Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 14 Nov 2013 01:35:22 +0000 Subject: [PATCH] Config.in: drop TARGET_UBIFS_SQUASH_UIDS, it's used by default now Signed-off-by: Luka Perkov SVN-Revision: 38800 --- Config.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Config.in b/Config.in index ea5f8eae2b..4f7667aa1f 100644 --- a/Config.in +++ b/Config.in @@ -145,12 +145,6 @@ menu "Target Images" prompt "journal size" if TARGET_ROOTFS_UBIFS default "" - config TARGET_UBIFS_SQUASH_UIDS - bool "squash uids" if TARGET_ROOTFS_UBIFS - default n - help - Squash owners making all files owned by root - comment "Image Options" source "target/linux/*/image/Config.in"