summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/ifxmips/image/u-boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/image/u-boot/Makefile b/target/linux/ifxmips/image/u-boot/Makefile
index e01bb016c..dcba5ac45 100644
--- a/target/linux/ifxmips/image/u-boot/Makefile
+++ b/target/linux/ifxmips/image/u-boot/Makefile
@@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Build/Compile
cp -r ./files/* $(PKG_BUILD_DIR)
+ find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf
cd $(PKG_BUILD_DIR);chmod a+x build_danube.sh;./build_danube.sh
endef