diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:45 +0000 |
commit | 815dc7a50b65c2cd32b7f4d0bdc44be6b284b711 (patch) | |
tree | 5d08a019b4cf28ebc8535c315bb9aec2a825f3c0 /target/linux/generic/config-3.7 | |
parent | 5c8dbe162d349de8f3fc45a475a49dfdeef40e36 (diff) | |
download | master-187ad058-815dc7a50b65c2cd32b7f4d0bdc44be6b284b711.tar.gz master-187ad058-815dc7a50b65c2cd32b7f4d0bdc44be6b284b711.tar.bz2 master-187ad058-815dc7a50b65c2cd32b7f4d0bdc44be6b284b711.zip |
[buildroot] image.mk: don't squash file permissions in JFFS2 images
Currently we call mkfs.jffs2 --squash, which will change
both file permissions and owners.
If we have some file with suid bits, it will clear these bits.
Thus it's enough to just squash file owners, by replacing that
argument to --squash-uids.
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.7')
0 files changed, 0 insertions, 0 deletions