summaryrefslogtreecommitdiff
path: root/package/boot/uboot-envtools/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-02 12:44:19 +0000
committerJohn Crispin <john@openwrt.org>2014-06-02 12:44:19 +0000
commitdab35f044ab30b29dd1777dc26d3334a81057662 (patch)
treecd014a0c2d937b60016aaa40e72a296f7e1a7e59 /package/boot/uboot-envtools/Config.in
parent85b8897d1a20b774ffeb7432e7efeb2ec97049e6 (diff)
downloadmtk-20170518-dab35f044ab30b29dd1777dc26d3334a81057662.zip
mtk-20170518-dab35f044ab30b29dd1777dc26d3334a81057662.tar.gz
mtk-20170518-dab35f044ab30b29dd1777dc26d3334a81057662.tar.bz2
uboot-envtools: add support for environment in ubi volume
On UBI enabled devices, U-Boot might store it's environment on UBI volume(s). Support this in uboot-envtools, so fw_setenv and fw_printenv can work on these platforms. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40929
Diffstat (limited to 'package/boot/uboot-envtools/Config.in')
-rw-r--r--package/boot/uboot-envtools/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/Config.in b/package/boot/uboot-envtools/Config.in
new file mode 100644
index 0000000..9fd8103
--- /dev/null
+++ b/package/boot/uboot-envtools/Config.in
@@ -0,0 +1,9 @@
+config UBOOT_ENVTOOLS_UBI
+ bool "Support environment in UBI volume"
+ depends on PACKAGE_uboot-envtools
+ default n
+ help
+ Add support for reading and writing U-Boot environment
+ stored in UBI volume(s).
+
+ Increases binary size by about 8 kB