mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
- fix dependencies
This commit is contained in:
parent
4687e00808
commit
148c76f739
@ -12,6 +12,7 @@ config BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE
|
|||||||
|
|
||||||
config BR2_TARGET_ROOTFS_JFFS2_PAGESIZE
|
config BR2_TARGET_ROOTFS_JFFS2_PAGESIZE
|
||||||
hex "Page Size (0x0 = Use default 4 kB)"
|
hex "Page Size (0x0 = Use default 4 kB)"
|
||||||
|
depends on BR2_TARGET_ROOTFS_JFFS2
|
||||||
depends on !BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE
|
depends on !BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE
|
||||||
default 0x420
|
default 0x420
|
||||||
help
|
help
|
||||||
@ -19,6 +20,7 @@ config BR2_TARGET_ROOTFS_JFFS2_PAGESIZE
|
|||||||
|
|
||||||
config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER
|
config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER
|
||||||
bool "Do not use Cleanmarker"
|
bool "Do not use Cleanmarker"
|
||||||
|
depends on BR2_TARGET_ROOTFS_JFFS2
|
||||||
depends on !BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE
|
depends on !BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user