aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-envtools
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-23 14:27:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-23 14:27:36 +0000
commit34ceb5929f0167c68c88a5403dbe25f3c5789320 (patch)
tree169ac8667d30e182c6de4a9abd224124278b67a0 /package/uboot-envtools
parentc6d673ffc0794dbd67289b3cb0b6b3930f436933 (diff)
downloadupstream-34ceb5929f0167c68c88a5403dbe25f3c5789320.tar.gz
upstream-34ceb5929f0167c68c88a5403dbe25f3c5789320.tar.bz2
upstream-34ceb5929f0167c68c88a5403dbe25f3c5789320.zip
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-envtools')
-rw-r--r--package/uboot-envtools/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/uboot-envtools/Makefile b/package/uboot-envtools/Makefile
index 8169840d9a..d8c1b20a24 100644
--- a/package/uboot-envtools/Makefile
+++ b/package/uboot-envtools/Makefile
@@ -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),)