Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
3b8ad88c
Commit
3b8ad88c
authored
10 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Some work towards multi-target support
parent
379c293b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+9
-8
9 additions, 8 deletions
Makefile
include/config
+2
-0
2 additions, 0 deletions
include/config
targets/ar71xx-generic/config
+2
-0
2 additions, 0 deletions
targets/ar71xx-generic/config
with
13 additions
and
8 deletions
Makefile
+
9
−
8
View file @
3b8ad88c
...
@@ -172,14 +172,15 @@ feeds: FORCE
...
@@ -172,14 +172,15 @@ feeds: FORCE
+
$(
GLUONMAKE
)
refresh_feeds
V
=
s
$(
OPENWRT_VERBOSE
)
+
$(
GLUONMAKE
)
refresh_feeds
V
=
s
$(
OPENWRT_VERBOSE
)
config
:
FORCE
config
:
FORCE
echo
\
(
\
'CONFIG_TARGET_
$(
BOARD
)
=y'
\
cat
$(
GLUONDIR
)
/include/config
$(
GLUONDIR
)
/targets/
$(
BOARD
)$(
if
$(
SUBTARGET
)
,-
$(
SUBTARGET
))
/config
;
\
'CONFIG_TARGET_ROOTFS_JFFS2=n'
\
echo
'
$(
patsubst %,CONFIG_PACKAGE_%=m,
$(
sort
$(
filter-out -%,
$(
GLUON_DEFAULT_PACKAGES
)
$(
GLUON_SITE_PACKAGES
)
$(
PROFILE_PACKAGES
))))
'
\
'CONFIG_BUSYBOX_CONFIG_SHA512SUM=y'
\
|
sed
-e
's/ /\n/g'
;
\
'CONFIG_ATH_USER_REGD=y'
\
)
>
$(
BOARD_BUILDDIR
)
/config
'
$(
patsubst %,CONFIG_PACKAGE_%=m,
$(
sort
$(
GLUON_DEFAULT_PACKAGES
)
$(
GLUON_SITE_PACKAGES
)
$(
PROFILE_PACKAGES
)))
'
\
+
$(
NO_TRACE_MAKE
)
scripts/config/conf
|
sed
-e
's/ /\n/g'
>
.config
scripts/config/conf
-D
$(
BOARD_BUILDDIR
)
/config
-w
$(
BOARD_BUILDDIR
)
/config Config.in
$(
_SINGLE
)$(
SUBMAKE
)
defconfig
OPENWRT_BUILD
=
ln
-sf
$(BOARD_BUILDDIR)/config
.config
.config
:
.config
:
+
$(
GLUONMAKE
)
config
+
$(
GLUONMAKE
)
config
...
...
This diff is collapsed.
Click to expand it.
include/config
0 → 100644
+
2
−
0
View file @
3b8ad88c
CONFIG_BUSYBOX_CONFIG_SHA512SUM=y
CONFIG_ATH_USER_REGD=y
This diff is collapsed.
Click to expand it.
targets/ar71xx-generic/config
0 → 100644
+
2
−
0
View file @
3b8ad88c
CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ROOTFS_JFFS2=n
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