mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
mtd: tweak default values
Don't enable uncommon tools by default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f85ed72c70
commit
d6e6a2e2e2
@ -44,21 +44,17 @@ config BR2_PACKAGE_MTD_FLASH_UNLOCK
|
|||||||
|
|
||||||
config BR2_PACKAGE_MTD_FTL_CHECK
|
config BR2_PACKAGE_MTD_FTL_CHECK
|
||||||
bool "ftl_check"
|
bool "ftl_check"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_FTL_FORMAT
|
config BR2_PACKAGE_MTD_FTL_FORMAT
|
||||||
bool "ftl_format"
|
bool "ftl_format"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_JFFS2DUMP
|
config BR2_PACKAGE_MTD_JFFS2DUMP
|
||||||
bool "jffs2dump"
|
bool "jffs2dump"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_MKFSJFFS2
|
config BR2_PACKAGE_MTD_MKFSJFFS2
|
||||||
bool "mkfs.jffs2"
|
bool "mkfs.jffs2"
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_LZO
|
select BR2_PACKAGE_LZO
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_MTD_DEBUG
|
config BR2_PACKAGE_MTD_MTD_DEBUG
|
||||||
bool "mtd_debug"
|
bool "mtd_debug"
|
||||||
@ -96,7 +92,6 @@ config BR2_PACKAGE_MTD_SERVE_IMAGE
|
|||||||
|
|
||||||
config BR2_PACKAGE_MTD_SUMTOOL
|
config BR2_PACKAGE_MTD_SUMTOOL
|
||||||
bool "sumtool"
|
bool "sumtool"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_UBIATTACH
|
config BR2_PACKAGE_MTD_UBIATTACH
|
||||||
bool "ubiattach"
|
bool "ubiattach"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user