From 934b792b372233465d7fbe01d145c4befece513d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Nov 2005 12:48:26 +0000 Subject: [PATCH] remove .svn directories from image builder SVN-Revision: 2375 --- openwrt/target/linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 04f83e648c..f05238b4e9 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -59,6 +59,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: kernel-install cp -fpR ./image $(IB_DIR)/ cp $(TOPDIR)/.config $(IB_DIR)/ find $(IB_DIR) -name CVS | xargs rm -rf + find $(IB_DIR) -name .svn | xargs rm -rf (cd $(BUILD_DIR); tar c $(IB_NAME) | bzip2 -c > $(BIN_DIR)/$(IB_NAME).tar.bz2) ifeq ($(BR2_PACKAGE_IMAGEBUILDER),y) -- 2.30.2