mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix fw_setenv symlink in uboot package
This commit is contained in:
parent
b2202ae31d
commit
b71686390b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue