From e96713670c88edf2a71ea6caeeb863b7b5739fd7 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Fri, 10 Apr 2026 19:00:26 +0800 Subject: [PATCH] uboot-mediatek: drop redundant TOOLS_LIBCRYPTO symbol hack This symbol was already disabled via UBOOT_CUSTOMIZE_CONFIG. Signed-off-by: Shiji Yang --- package/boot/uboot-mediatek/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index a11ec25d2e1..f9a37bc7757 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -1354,11 +1354,6 @@ endif endef endif -define Build/Configure - $(call Build/Configure/U-Boot) - sed -i 's/CONFIG_TOOLS_LIBCRYPTO=y/# CONFIG_TOOLS_LIBCRYPTO is not set/' $(PKG_BUILD_DIR)/.config -endef - define Build/Compile $(call Build/Compile/U-Boot) ifeq ($(UBOOT_IMAGE),u-boot.fip)