diff options
-rw-r--r-- | package/u-boot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 30b9a7719..f00189572 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -84,7 +84,6 @@ u-boot-install: $(INSTALL_DIR) $(IDIR_U_BOOT)/etc $(CP) ./files/fw_env.config $(IDIR_U_BOOT)/etc ifneq ($(OS_FOR_BUILD),Darwin) - (cd $(WRKBUILD) && env \ $(INSTALL_DIR) $(IDIR_U_BOOT)/usr/bin $(INSTALL_BIN) $(WRKBUILD)/tools/env/fw_printenv \ $(IDIR_U_BOOT)/usr/bin |