mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
mtd: Add missing 'mtdinfo'
Commit 9277cb760a added support
for mtdinfo to mtd.mk but missed corresponding Config.in stuff.
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
7b3a6f0aab
commit
d496bc1f28
@@ -93,6 +93,10 @@ config BR2_PACKAGE_MTD_SERVE_IMAGE
|
||||
config BR2_PACKAGE_MTD_SUMTOOL
|
||||
bool "sumtool"
|
||||
|
||||
config BR2_PACKAGE_MTD_MTDINFO
|
||||
bool "mtdinfo"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_MTD_UBIATTACH
|
||||
bool "ubiattach"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user