X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9a24ac5b8c947665253a616bfc273e0ccb141e41..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 c92a1a3c5..dcba5ac45 100644 --- a/target/linux/ifxmips/image/u-boot/Makefile +++ b/target/linux/ifxmips/image/u-boot/Makefile @@ -22,10 +22,12 @@ 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 define Build/InstallDev + mkdir -p $(BIN_DIR) dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(BIN_DIR)/u-boot.ifx bs=64k conv=sync endef