1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Downgrade mbnedtls for 6.6

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-05-15 22:40:35 +02:00
parent 487798049f
commit def80a5042
5 changed files with 579 additions and 0 deletions

View file

@ -186,6 +186,9 @@ rm -rf "${OMR_TARGET}/${OMR_KERNEL}/source/package/boot/uboot-mvebu"
[ "${OMR_KERNEL}" = "6.1" ] && {
rm -rf "${OMR_TARGET}/${OMR_KERNEL}/source/target/linux/bcm27xx/patches-6.1"
}
[ "${OMR_KERNEL}" = "6.6" ] && {
rm -rf "${OMR_TARGET}/${OMR_KERNEL}/source/package/libs/mbedtls"
}
[ "${OMR_KERNEL}" = "5.4" ] && rm -rf "$OMR_TARGET/${OMR_KERNEL}/source/tools/firmware-utils"
if ([ "$OMR_TARGET" = "rutx" ] || [ "$OMR_TARGET" = "rutx12" ]) && [ "${OMR_KERNEL}" = "5.4" ]; then