Browse Source

uboot-envtools: enable UBI support per default on oxnas

Signed-off-by: Daniel Golle <[email protected]>

SVN-Revision: 43716
John Crispin 11 years ago
parent
commit
f8e83b1057
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/boot/uboot-envtools/Config.in

+ 1 - 1
package/boot/uboot-envtools/Config.in

@@ -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).