Skip to content
GitLab
Explore
Sign in
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
9abf57b4
Commit
9abf57b4
authored
9 years ago
by
Jonas Höglund
Browse files
Options
Downloads
Patches
Plain Diff
Add config options to profile
parent
91d404f7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iopsys-brcm63xx-mips/Makefile
+9
-0
9 additions, 0 deletions
iopsys-brcm63xx-mips/Makefile
iopsys-brcm63xx-mips/dg301/profiles/inteno.mk
+8
-6
8 additions, 6 deletions
iopsys-brcm63xx-mips/dg301/profiles/inteno.mk
with
17 additions
and
6 deletions
iopsys-brcm63xx-mips/Makefile
+
9
−
0
View file @
9abf57b4
...
...
@@ -51,7 +51,16 @@ config BCM_BLNAND
# board config
config
TARGET_MODEL_NAME
string
default
"DG301-WU21U"
if
TARGET_iopsys_brcm63xx_mips_dg301
config
TARGET_IBOARDID
string
default
"DG301"
if
TARGET_iopsys_brcm63xx_mips_dg301
config
BCM_KERNEL_PROFILE
string
default
"963268GWV"
if
TARGET_iopsys_brcm63xx_mips_dg301
...
...
This diff is collapsed.
Click to expand it.
iopsys-brcm63xx-mips/dg301/profiles/inteno.mk
+
8
−
6
View file @
9abf57b4
define
Profile/
I
nteno
define
Profile/
i
nteno
NAME
:=
Inteno
PACKAGES
:=
bcmkernel bcmhotproxy
CONFIG
=
KEN_CONFA
endef
#define Profile/Inteno/config
# source "$(SOURCE)/Config.in"
#endif
define
Profile/inteno/Config
config
TARGET_CUSTOMER
string
default
"INT"
if
TARGET_iopsys_brcm63xx_mips_dg301_inteno
endef
define
Profile/
I
nteno/Description
define
Profile/
i
nteno/Description
Inteno
base
config
for
DG301.
endef
$(
eval
$(
call Profile,
I
nteno
))
$(
eval
$(
call Profile,
i
nteno
))
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