mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
- jffs2 requires the mtd package for the mtd-host tools.
This commit is contained in:
parent
30680d7b70
commit
180bc5941a
@ -17,6 +17,7 @@ choice
|
|||||||
config BR2_PACKAGE_MTD_ORIG
|
config BR2_PACKAGE_MTD_ORIG
|
||||||
bool "Default source"
|
bool "Default source"
|
||||||
depends on BR2_PACKAGE_MTD
|
depends on BR2_PACKAGE_MTD
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
Use the stable release.
|
Use the stable release.
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_TARGET_ROOTFS_JFFS2
|
config BR2_TARGET_ROOTFS_JFFS2
|
||||||
bool "jffs2 root filesystem"
|
bool "jffs2 root filesystem"
|
||||||
default n
|
default n
|
||||||
|
select BR2_PACKAGE_MTD
|
||||||
help
|
help
|
||||||
Build a jffs2 root filesystem
|
Build a jffs2 root filesystem
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user