From 0ca4621ca8bfc0cbe0802bf66789898a000617b2 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 4 Sep 2020 17:46:09 +0800 Subject: [PATCH] tools: add missing ar71xx utils --- tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index baa8022f3d..435161182e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -30,7 +30,8 @@ tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_ISL) += isl tools-$(BUILD_TOOLCHAIN) += expat gmp libelf mpc mpfr tools-$(CONFIG_TARGET_apm821xx)$(CONFIG_TARGET_gemini) += genext2fs -tools-$(CONFIG_TARGET_ath79) += lzma-old squashfs +tools-$(CONFIG_TARGET_ar71xx) += lzma-old +tools-$(CONFIG_TARGET_ar71xx)$(CONFIG_TARGET_ath79) += squashfs tools-$(CONFIG_TARGET_mxs) += elftosb sdimage tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_tegra) += cbootimage cbootimage-configs