Skip to content
Snippets Groups Projects
Commit d124c560 authored by Sukru Senli's avatar Sukru Senli
Browse files

build y image for brcm63xx targets for now

parent 33614599
Branches 3.9.1 3.9.2 3.9.3
No related tags found
No related merge requests found
...@@ -2,6 +2,18 @@ ...@@ -2,6 +2,18 @@
menu "Brcm63xx (ARM/MIPS) Image options" menu "Brcm63xx (ARM/MIPS) Image options"
depends on TARGET_iopsys_brcm63xx_arm || TARGET_iopsys_brcm63xx_mips 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 config TARGET_CFERAM_EXT
string string
prompt "cferam.xxx file extension" prompt "cferam.xxx file extension"
...@@ -58,7 +70,7 @@ config TARGET_IMAGE_FS_Y2 ...@@ -58,7 +70,7 @@ config TARGET_IMAGE_FS_Y2
config TARGET_IMAGE_Y config TARGET_IMAGE_Y
bool "Generate a legacy \".y\" UBIFS CFE + root FS image (deprecated)" bool "Generate a legacy \".y\" UBIFS CFE + root FS image (deprecated)"
default n default y
config TARGET_IMAGE_W config TARGET_IMAGE_W
bool "Generate a legacy \".w\" combined CFE + root FS image (deprecated)" bool "Generate a legacy \".w\" combined CFE + root FS image (deprecated)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment