Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
targets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
targets
Commits
d124c560
Commit
d124c560
authored
8 years ago
by
Sukru Senli
Browse files
Options
Downloads
Patches
Plain Diff
build y image for brcm63xx targets for now
parent
33614599
Branches
3.9.1
3.9.2
3.9.3
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iopsys-brcm63xx-mips/image/Config.in
+13
-1
13 additions, 1 deletion
iopsys-brcm63xx-mips/image/Config.in
with
13 additions
and
1 deletion
iopsys-brcm63xx-mips/image/Config.in
+
13
−
1
View file @
d124c560
...
@@ -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)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment