mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
fs/ext2: remove redundant BR2_TARGET_ROOTFS_EXT2_SQUASH option
The generic fs handling does a chmod -R 0:0 $(TARGET_DIR), so there's no need for a specific option to enforce this when making an ext2fs image. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f12b1771a1
commit
acd062778f
@ -18,11 +18,6 @@ config BR2_TARGET_ROOTFS_EXT2_RESBLKS
|
|||||||
depends on BR2_TARGET_ROOTFS_EXT2
|
depends on BR2_TARGET_ROOTFS_EXT2
|
||||||
default 0
|
default 0
|
||||||
|
|
||||||
config BR2_TARGET_ROOTFS_EXT2_SQUASH
|
|
||||||
bool "Make all files be owned by root"
|
|
||||||
depends on BR2_TARGET_ROOTFS_EXT2
|
|
||||||
default y
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Compression method"
|
prompt "Compression method"
|
||||||
default BR2_TARGET_ROOTFS_EXT2_NONE
|
default BR2_TARGET_ROOTFS_EXT2_NONE
|
||||||
|
@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
EXT2_OPTS :=
|
EXT2_OPTS :=
|
||||||
|
|
||||||
ifeq ($(BR2_TARGET_ROOTFS_EXT2_SQUASH),y)
|
|
||||||
EXT2_OPTS += -U
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)
|
ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)
|
||||||
EXT2_OPTS += -b $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)
|
EXT2_OPTS += -b $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user