Author: nbd Date: 2014-09-08 18:09:57 +0200 (Mon, 08 Sep 2014) New Revision: 42442
Modified: trunk/tools/Makefile Log: tools: fix mtools/dosfstools related build system warnings Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/tools/Makefile =================================================================== --- trunk/tools/Makefile 2014-09-08 15:14:03 UTC (rev 42441) +++ trunk/tools/Makefile 2014-09-08 16:09:57 UTC (rev 42442) @@ -33,9 +33,8 @@ tools-$(CONFIG_powerpc) += upx tools-$(CONFIG_TARGET_x86) += qemu tools-$(CONFIG_TARGET_mxs) += elftosb -tools-$(CONFIG_TARGET_brcm2708) += mtools dosfstools +tools-$(CONFIG_TARGET_brcm2708)$(CONFIG_TARGET_sunxi) += mtools dosfstools tools-$(CONFIG_TARGET_ar71xx) += lzma-old squashfs -tools-$(CONFIG_TARGET_sunxi) += mtools dosfstools tools-y += lzma squashfs4 tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_PPL_CLOOG) += ppl cloog _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
