blob: 8f0078f05349b570e1a1e5db85fbe5f0efc45d5b (
plain)
1
2
3
4
5
6
7
8
9
|
config UBOOT_ENVTOOLS_UBI
bool "Support environment in UBI volume"
depends on PACKAGE_uboot-envtools
default TARGET_oxnas
help
Add support for reading and writing U-Boot environment
stored in UBI volume(s).
Increases binary size by about 8 kB
|