]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-mediatek: drop redundant TOOLS_LIBCRYPTO symbol hack
authorShiji Yang <yangshiji66@outlook.com>
Fri, 10 Apr 2026 11:00:26 +0000 (19:00 +0800)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 12 Jun 2026 12:55:41 +0000 (13:55 +0100)
This symbol was already disabled via UBOOT_CUSTOMIZE_CONFIG.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
package/boot/uboot-mediatek/Makefile

index a11ec25d2e1941dbbb73e0d9d17e0631ca7c9ada..f9a37bc775752c5e5b374ecb55258c58f818c2c6 100644 (file)
@@ -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)