From b71686390b3cc918623cb5d3f897962ba4534d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Fri, 2 Sep 2016 14:46:54 +0200 Subject: [PATCH] Fix fw_setenv symlink in uboot package --- uboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uboot/Makefile b/uboot/Makefile index cc9821a5f..b57a91f9e 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -77,7 +77,7 @@ define Package/uboot/install/default $(BIN_DIR)/$(TARGET)/ $(INSTALL_DIR) $$(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/tools/env/fw_printenv $$(1)/usr/sbin/ - ln -s $$(1)/usr/sbin/fw_printenv $$(1)/usr/sbin/fw_setenv + ln -s /usr/sbin/fw_printenv $$(1)/usr/sbin/fw_setenv endef define Package/uboot/install/template