From 7a2fa1f8db5c2e627a4b939862af5f938fcfc359 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 18 Jul 2011 15:22:13 +0200 Subject: uboot-tools: add fw_printenv, rename to uboot-tools Move fw_printenv / fw_setenv options from the uboot bootloader build to the uboot-mkimage package, and rename it to uboot-tools. Signed-off-by: Peter Korsgaard --- package/uboot-tools/Config.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package/uboot-tools/Config.in (limited to 'package/uboot-tools/Config.in') diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in new file mode 100644 index 000000000..f19739150 --- /dev/null +++ b/package/uboot-tools/Config.in @@ -0,0 +1,23 @@ +config BR2_PACKAGE_UBOOT_TOOLS + bool "u-boot tools" + help + Companion tools for Das U-Boot bootloader. + + http://www.denx.de/wiki/U-Boot/WebHome + +if BR2_PACKAGE_UBOOT_TOOLS + +config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE + bool "mkimage" + help + The mkimage tool from Das U-Boot bootloader, which allows + generation of U-Boot images in various formats. + +config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV + bool "fw_printenv" + help + The fw_printenv / fw_setenv tools from Das U-Boot + bootloader, which allows access to the U-Boot environment + from Linux. + +endif -- cgit v1.2.3