diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 19:22:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-07 19:22:37 +0000 |
commit | 3b4a5f59e1cb0d664b9998eaadf7d9e706d4c350 (patch) | |
tree | 8264523a63f70ac117269d691df5402656e6e98e /target/jffs2/Config.in | |
parent | 5b8c84e717fdc8fcb4217e6f1818fc230b2bb209 (diff) | |
download | buildroot-novena-3b4a5f59e1cb0d664b9998eaadf7d9e706d4c350.tar.gz buildroot-novena-3b4a5f59e1cb0d664b9998eaadf7d9e706d4c350.zip |
target: remove BR2_TARGET_ROOTFS_*_SQUASH options
Everything besides ubifs does an unconditional chown -R 0:0 anyway.
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r-- | target/jffs2/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in index 2a4c48cf7..d6a8f059b 100644 --- a/target/jffs2/Config.in +++ b/target/jffs2/Config.in @@ -113,10 +113,6 @@ config BR2_TARGET_ROOTFS_JFFS2_BE endchoice -config BR2_TARGET_ROOTFS_JFFS2_SQUASH - bool "Make all files be owned by root" - depends on BR2_TARGET_ROOTFS_JFFS2 - config BR2_TARGET_ROOTFS_JFFS2_SUMMARY bool "Produce a summarized JFFS2 image" depends on BR2_TARGET_ROOTFS_JFFS2 |