mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-20 16:11:59 +04:00
uboot-mediatek: drop redundant TOOLS_LIBCRYPTO symbol hack
This symbol was already disabled via UBOOT_CUSTOMIZE_CONFIG. Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user