kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/partition_cmake_md5' into 'master'
cmake: fix partition_table cmake when using md5 checksum See merge request espressif/esp-idf!5399pull/4345/head
commit
83dbf9d6d6
|
@ -16,7 +16,7 @@ else()
|
|||
set(final_partition_target "build_partition_table")
|
||||
endif()
|
||||
|
||||
if(CONFIG_PARTITION_TABLE_MD5)
|
||||
if(NOT CONFIG_PARTITION_TABLE_MD5)
|
||||
set(md5_opt --disable-md5sum)
|
||||
endif()
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue