summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/u-boot/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 3bb2674be..4ffafa40f 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -101,10 +101,6 @@ u-boot-install:
$(INSTALL_DIR) $(IDIR_U_BOOT)/etc
$(CP) ./files/fw_env.config $(IDIR_U_BOOT)/etc
ifneq ($(OS_FOR_BUILD),Darwin)
- $(INSTALL_DIR) $(IDIR_U_BOOT)/usr/bin
- $(INSTALL_BIN) $(WRKBUILD)/tools/env/fw_printenv \
- $(IDIR_U_BOOT)/usr/bin
- (cd $(IDIR_U_BOOT)/usr/bin && ln -sf fw_printenv fw_setenv)
$(INSTALL_BIN) ./files/uboot_print_env $(IDIR_U_BOOT)/usr/bin
$(INSTALL_BIN) ./files/uboot_set_env $(IDIR_U_BOOT)/usr/bin
endif