diff --git a/patches/01_ethernet_chip.patch b/patches/01_iolibrary_driver_ethernet_chip.patch similarity index 100% rename from patches/01_ethernet_chip.patch rename to patches/01_iolibrary_driver_ethernet_chip.patch diff --git a/patches/02_ftp_client.patch b/patches/02_iolibrary_driver_ftp_client.patch similarity index 100% rename from patches/02_ftp_client.patch rename to patches/02_iolibrary_driver_ftp_client.patch diff --git a/rp2040_hat_c-patch.cmake b/rp2040_hat_c-patch.cmake index 81ab4af..d0ec6c1 100644 --- a/rp2040_hat_c-patch.cmake +++ b/rp2040_hat_c-patch.cmake @@ -35,8 +35,8 @@ execute_process(COMMAND ${GIT_EXECUTABLE} -C ${RP2040_HAT_C_SRC_DIR} submodule u message("submodules ioLibrary_Driver initialised") file(GLOB IOLIBRARY_DRIVER_PATCHES - "${RP2040_HAT_C_PATCH_DIR}/01_ethernet_chip.patch" - "${RP2040_HAT_C_PATCH_DIR}/02_ftp_client.patch" + "${RP2040_HAT_C_PATCH_DIR}/01_iolibrary_driver_ethernet_chip.patch" + "${RP2040_HAT_C_PATCH_DIR}/02_iolibrary_driver_ftp_client.patch" ) foreach(IOLIBRARY_DRIVER_PATCH IN LISTS IOLIBRARY_DRIVER_PATCHES)