From: Shiji Yang Date: Fri, 10 Apr 2026 11:00:26 +0000 (+0800) Subject: uboot-mediatek: drop redundant TOOLS_LIBCRYPTO symbol hack X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96713670c88edf2a71ea6caeeb863b7b5739fd7;p=thirdparty%2Fopenwrt.git uboot-mediatek: drop redundant TOOLS_LIBCRYPTO symbol hack This symbol was already disabled via UBOOT_CUSTOMIZE_CONFIG. Signed-off-by: Shiji Yang --- 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)