From d225f614bd1e3fd995641f20134cc419ac793307 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 20 Oct 2014 09:18:02 +0000
Subject: [PATCH] tools: revert faulty dependency on package stuff

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42996
---
 tools/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index 9879be1b2c..562925160f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -72,7 +72,6 @@ $(curdir)/b43-tools/compile := $(curdir)/bison/install
 $(curdir)/padjffs2/compile := $(curdir)/findutils/install
 $(curdir)/cloog/compile := $(curdir)/ppl/install
 $(curdir)/bc/compile := $(curdir)/bison/install
-$(curdir)/firmware-utils/compile := package/openssl/host/install
 
 ifneq ($(CONFIG_CCACHE),)
 $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
-- 
2.30.2