X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d7a84ea22a945595a095ed61cf5dce52d1d832b0..7ec27e9c23261d141c62d9a6568e879e6ffa9765:/target/linux/ifxmips/image/u-boot/Makefile 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