diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-14 01:35:22 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-14 01:35:22 +0000 |
commit | 15a0110d06280af36f42a75338cf6fc80ca6ab7b (patch) | |
tree | 616c8f9e80224cd514d3c9a6f05668248a5df7c2 | |
parent | e050a3726e2d611ae1b997945f5efd2ddbce82e6 (diff) |
Config.in: drop TARGET_UBIFS_SQUASH_UIDS, it's used by default now
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38800 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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" |