Skip to content

Commit 485198d

Browse files
authored
patch to remove cipher
1 parent 1a4b16b commit 485198d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7070
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
7171
patch -p1 -N -i $AR_PATCHES/mmu_map.diff
7272
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
73+
patch -p1 -N -i $AR_PATCHES/no_ecp_dp_secp256r1.diff
7374
cd -
7475

7576
# Get the exact IDF version from file "version.txt"

0 commit comments

Comments
 (0)