uboot-envtools: add support for environment in ubi volume
[openwrt.git] / package / boot / uboot-envtools / Config.in
diff --git a/package/boot/uboot-envtools/Config.in b/package/boot/uboot-envtools/Config.in
new file mode 100644 (file)
index 0000000..9fd8103
--- /dev/null
@@ -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