diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-14 01:35:22 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-14 01:35:22 +0000 |
commit | d15107fe237b307fdf65f44e72fa924979b315db (patch) | |
tree | 14916122dc27f513da5d20bfac0cf03ca10c514d | |
parent | b4ecda7b3fd6ac7a92a03e8ec83c45fb17f8f125 (diff) | |
download | upstream-d15107fe237b307fdf65f44e72fa924979b315db.tar.gz upstream-d15107fe237b307fdf65f44e72fa924979b315db.tar.bz2 upstream-d15107fe237b307fdf65f44e72fa924979b315db.zip |
Config.in: drop TARGET_UBIFS_SQUASH_UIDS, it's used by default now
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38800
-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" |