uboot-envtools: enable UBI support per default on oxnas

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 43716
This commit is contained in:
John Crispin 2014-12-15 10:37:09 +00:00
parent 019ea725aa
commit f8e83b1057

View file

@ -1,7 +1,7 @@
config UBOOT_ENVTOOLS_UBI
bool "Support environment in UBI volume"
depends on PACKAGE_uboot-envtools
default n
default TARGET_oxnas
help
Add support for reading and writing U-Boot environment
stored in UBI volume(s).