mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package/mtd: don't enable rarely used commands by default
Most people don't need them, so don't enable mkfsjffs + doc tools by default.
This commit is contained in:
parent
cdd687faf6
commit
2caf8195a8
@ -39,11 +39,9 @@ comment "MTD tools selection"
|
|||||||
|
|
||||||
config BR2_PACKAGE_MTD_DOCFDISK
|
config BR2_PACKAGE_MTD_DOCFDISK
|
||||||
bool "docfdisk"
|
bool "docfdisk"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_DOC_LOADBIOS
|
config BR2_PACKAGE_MTD_DOC_LOADBIOS
|
||||||
bool "doc_loadbios"
|
bool "doc_loadbios"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_ERASE
|
config BR2_PACKAGE_MTD_ERASE
|
||||||
bool "erase"
|
bool "erase"
|
||||||
@ -97,7 +95,6 @@ config BR2_PACKAGE_MTD_MKFSJFFS2
|
|||||||
|
|
||||||
config BR2_PACKAGE_MTD_MKFSJFFS
|
config BR2_PACKAGE_MTD_MKFSJFFS
|
||||||
bool "mkfs.jffs"
|
bool "mkfs.jffs"
|
||||||
default y
|
|
||||||
depends on BR2_PACKAGE_MTD_20050122 || BR2_PACKAGE_MTD_20061007 || BR2_PACKAGE_MTD_UTILS
|
depends on BR2_PACKAGE_MTD_20050122 || BR2_PACKAGE_MTD_20061007 || BR2_PACKAGE_MTD_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_MTD_DEBUG
|
config BR2_PACKAGE_MTD_MTD_DEBUG
|
||||||
@ -119,11 +116,9 @@ config BR2_PACKAGE_MTD_NANDWRITE
|
|||||||
|
|
||||||
config BR2_PACKAGE_MTD_NFTL_FORMAT
|
config BR2_PACKAGE_MTD_NFTL_FORMAT
|
||||||
bool "nftl_format"
|
bool "nftl_format"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_NFTLDUMP
|
config BR2_PACKAGE_MTD_NFTLDUMP
|
||||||
bool "nftldump"
|
bool "nftldump"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_SUMTOOL
|
config BR2_PACKAGE_MTD_SUMTOOL
|
||||||
bool "sumtool"
|
bool "sumtool"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user