Same as with u-boot-tools.
Signed-off-by: Alexander Dahl <[email protected]>
---
Notes:
v2:
- new patch, not present in v1
rules/libubootenv.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/libubootenv.make b/rules/libubootenv.make
index 769961dfa..74bfaaf19 100644
--- a/rules/libubootenv.make
+++ b/rules/libubootenv.make
@@ -56,6 +56,7 @@ ifdef PTXCONF_LIBUBOOTENV_TOOLS
@$(call install_copy, libubootenv, 0, 0, 0755, \
$(LIBUBOOTENV_PKGDIR)/usr/bin/fw_printenv,
/usr/sbin/fw_printenv)
@$(call install_link, libubootenv, fw_printenv, /usr/sbin/fw_setenv)
+ @$(call install_alternative, libubootenv, 0, 0, 0644,
/etc/fw_env.config)
endif
@$(call install_finish, libubootenv)
--
2.39.5