From 5ef90f65403de9e9f532e0f2ffb26b0937460c78 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 10 Mar 2014 18:58:34 +0000
Subject: [PATCH] target/sdk: remove obsolete exclude line

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

SVN-Revision: 39861
---
 target/sdk/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 60201c8b63..b06a95db11 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -57,7 +57,6 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
 	$(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
 	$(TAR) -cf - -C $(TOPDIR) \
 		$(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") \
-		--exclude="staging_dir/$(ARCH)" \
 		$(SDK_DIRS) $(KERNEL_FILES) | \
 		$(TAR) -xf - -C $(SDK_BUILD_DIR)
 	mkdir -p $(SDK_BUILD_DIR)/target/linux
-- 
GitLab