From d124c56037be35d33e84701242e039c61d998138 Mon Sep 17 00:00:00 2001
From: Sukru Senli <sukru.senli@inteno.se>
Date: Wed, 19 Oct 2016 17:34:07 +0200
Subject: [PATCH] build y image for brcm63xx targets for now

---
 iopsys-brcm63xx-mips/image/Config.in | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/iopsys-brcm63xx-mips/image/Config.in b/iopsys-brcm63xx-mips/image/Config.in
index 866082100..57d1ca307 100644
--- a/iopsys-brcm63xx-mips/image/Config.in
+++ b/iopsys-brcm63xx-mips/image/Config.in
@@ -2,6 +2,18 @@
 menu "Brcm63xx (ARM/MIPS) Image options"
 	depends on TARGET_iopsys_brcm63xx_arm || TARGET_iopsys_brcm63xx_mips
 
+config TARGET_VERSION
+	string
+	prompt "Model version"
+	help
+		Second part of image name
+
+config TARGET_CUSTOMER
+	string
+	prompt "Customer ID"
+	help
+		A Customer id that is added to software file name
+
 config TARGET_CFERAM_EXT
 	string
 	prompt "cferam.xxx file extension"
@@ -58,7 +70,7 @@ config TARGET_IMAGE_FS_Y2
 
 config TARGET_IMAGE_Y
 	bool "Generate a legacy \".y\" UBIFS CFE + root FS image (deprecated)"
-	default n
+	default y
 
 config TARGET_IMAGE_W
 	bool "Generate a legacy \".w\" combined CFE + root FS image (deprecated)"
-- 
GitLab