diff --git a/packages/tools/crust/package.mk b/packages/tools/crust/package.mk index 56353c7308..ccfa6c407a 100644 --- a/packages/tools/crust/package.mk +++ b/packages/tools/crust/package.mk @@ -2,12 +2,12 @@ # Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) PKG_NAME="crust" -PKG_VERSION="2e5f355790b5f9cd941f939280adda6b4b6581c0" # 2021-11-05 -PKG_SHA256="6e449dfc870141498082d399d5712fa53bb9e6341856e0a75fd9aaad9e15c38c" +PKG_VERSION="0.6" +PKG_SHA256="43b89585dd7b6f022200bd788a97a85a831feffa988affc04bca18757a133efd" PKG_ARCH="arm aarch64" PKG_LICENSE="BSD-3c" PKG_SITE="https://github.com/crust-firmware/crust" -PKG_URL="https://github.com/crust-firmware/crust/archive/${PKG_VERSION}.tar.gz" +PKG_URL="https://github.com/crust-firmware/crust/archive/v${PKG_VERSION}.tar.gz" PKG_LONGDESC="Crust: Libre SCP firmware for Allwinner sunxi SoCs" PKG_TOOLCHAIN="manual" PKG_STAMP="${UBOOT_SYSTEM}" diff --git a/packages/tools/crust/patches/fix-binutils-2-39.patch b/packages/tools/crust/patches/fix-binutils-2-39.patch deleted file mode 100644 index 310433c7a4..0000000000 --- a/packages/tools/crust/patches/fix-binutils-2-39.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/Makefile 2022-08-09 08:48:15.390323604 +0000 -+++ b/Makefile 2022-08-09 08:49:45.623098723 +0000 -@@ -84,7 +84,8 @@ - -Wl,--fatal-warnings \ - -Wl,--gc-sections \ - -Wl,--no-dynamic-linker \ -- -Wl,--no-undefined -+ -Wl,--no-undefined \ -+ -Wl,--no-warn-rwx-segments - - ############################################################################### - diff --git a/packages/tools/crust/patches/fix-stack.patch b/packages/tools/crust/patches/fix-stack.patch deleted file mode 100644 index 1e67fea882..0000000000 --- a/packages/tools/crust/patches/fix-stack.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/Makefile 2021-12-15 20:13:00.978559336 +0000 -+++ b/Makefile 2021-12-15 20:18:06.344712669 +0000 -@@ -25,6 +25,7 @@ - -fdata-sections \ - -ffunction-sections \ - -fno-builtin \ -+ -fno-stack-protector \ - -fno-common \ - -fvar-tracking-assignments \ - -g$(if $(CONFIG_DEBUG_INFO),gdb,0) \