From a8694c3cb5711023fcce911bb673c01b36d48d64 Mon Sep 17 00:00:00 2001 From: Arnaud RĂ©billout Date: Thu, 20 Dec 2012 02:47:17 +0000 Subject: uboot-tools: add option for mkenvimage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tool mkenvimage generates a valid binary environment image from a text file describing the key=value pairs of the environment. This commit allows installation on target and host. Signed-off-by: Arnaud RĂ©billout Acked-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/uboot-tools/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package/uboot-tools/Config.in') diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in index 9cc837c93..7c8f17ce6 100644 --- a/package/uboot-tools/Config.in +++ b/package/uboot-tools/Config.in @@ -13,6 +13,13 @@ config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE The mkimage tool from Das U-Boot bootloader, which allows generation of U-Boot images in various formats. +config BR2_PACKAGE_UBOOT_TOOLS_MKENVIMAGE + bool "mkenvimage" + help + The mkenvimage tool from Das U-Boot bootloader, which allows + generation of a valid binary environment image from a text file + describing the key=value pairs of the environment. + config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV bool "fw_printenv" default y -- cgit v1.2.3