summaryrefslogtreecommitdiffstats
path: root/package/uboot-tools/Config.in
diff options
context:
space:
mode:
authorArnaud RĂ©billout <rebillout@syscom.ch>2012-12-20 02:47:17 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-24 20:49:00 +0100
commita8694c3cb5711023fcce911bb673c01b36d48d64 (patch)
tree639f23cc21f176438f3645a3b67540b94d281309 /package/uboot-tools/Config.in
parentc415c33959d15b5632708c051acb4fcdacaa90a4 (diff)
downloadbuildroot-novena-a8694c3cb5711023fcce911bb673c01b36d48d64.tar.gz
buildroot-novena-a8694c3cb5711023fcce911bb673c01b36d48d64.zip
uboot-tools: add option for mkenvimage
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 <rebillout@syscom.ch> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/uboot-tools/Config.in')
-rw-r--r--package/uboot-tools/Config.in7
1 files changed, 7 insertions, 0 deletions
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