package/uboot-envtools: always install the fw_setenv symlink
It is required by sysupgrade on some boards, and it is only working if a suitable /etc/fw_env.config is present on the target board. If an user creates such configuration he/she should know that it is a dangerous tool. The devices can be bricked in several other ways anyway. SVN-Revision: 33265
This commit is contained in:
parent
773b33d7d2
commit
9969f90f34
1 changed files with 0 additions and 15 deletions
|
@ -29,19 +29,6 @@ define Package/uboot-envtools
|
|||
MENU:=1
|
||||
endef
|
||||
|
||||
define Package/uboot-envtools/config
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_uboot-envtools
|
||||
|
||||
config PACKAGE_uboot-envtools_setenv_symlink
|
||||
bool "Create fw_setenv symlink"
|
||||
default n
|
||||
help
|
||||
With this option selected you will be able to edit U-Boot bootloader environment.
|
||||
|
||||
endmenu
|
||||
endef
|
||||
|
||||
define Package/uboot-envtools/description
|
||||
This package includes tools to read and modify U-Boot bootloader environment.
|
||||
endef
|
||||
|
@ -60,9 +47,7 @@ endef
|
|||
define Package/uboot-envtools/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fw_printenv $(1)/usr/sbin
|
||||
ifneq ($(CONFIG_PACKAGE_uboot-envtools_setenv_symlink),)
|
||||
ln -s fw_printenv $(1)/usr/sbin/fw_setenv
|
||||
endif
|
||||
$(INSTALL_DIR) $(1)/lib
|
||||
$(INSTALL_DATA) ./files/uboot-envtools.sh $(1)/lib
|
||||
ifneq ($(CONFIG_TARGET_ar71xx),)
|
||||
|
|
Loading…
Reference in a new issue