Explorar o código

uboot-envtools: enable UBI support per default on oxnas

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

SVN-Revision: 43716
John Crispin %!s(int64=11) %!d(string=hai) anos
pai
achega
f8e83b1057
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 config UBOOT_ENVTOOLS_UBI
 	bool "Support environment in UBI volume"
 	bool "Support environment in UBI volume"
 	depends on PACKAGE_uboot-envtools
 	depends on PACKAGE_uboot-envtools
-	default n
+	default TARGET_oxnas
 	help
 	help
 		Add support for reading and writing U-Boot environment
 		Add support for reading and writing U-Boot environment
 		stored in UBI volume(s).
 		stored in UBI volume(s).