From: Felix Fietkau Date: Mon, 10 Mar 2014 18:58:34 +0000 (+0000) Subject: target/sdk: remove obsolete exclude line X-Git-Tag: reboot~7750 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5ef90f65403de9e9f532e0f2ffb26b0937460c78;hp=72d4683627519460b77b10c8efe4a96c0243e1f4 target/sdk: remove obsolete exclude line Signed-off-by: Felix Fietkau SVN-Revision: 39861 --- 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