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
9b7e30cf
Commit
9b7e30cf
authored
11 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Plain Diff
Merge branch 'site-modules' of
https://github.com/FreifunkBremen/gluon
parents
84fabec9
ca95374e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
scripts/modules.sh
+2
-1
2 additions, 1 deletion
scripts/modules.sh
with
3 additions
and
1 deletion
Makefile
+
1
−
0
View file @
9b7e30cf
...
@@ -143,6 +143,7 @@ export GLUON_CONFIGURE := $(GLUONDIR)/scripts/configure.pl
...
@@ -143,6 +143,7 @@ export GLUON_CONFIGURE := $(GLUONDIR)/scripts/configure.pl
feeds
:
FORCE
feeds
:
FORCE
[
!
-f
$(
GLUON_SITEDIR
)
/modules
]
||
.
$(
GLUON_SITEDIR
)
/modules
&&
for
feed
in
$$
GLUON_SITE_FEEDS
;
do
echo
src-link
$$
feed ../../packages/
$$
feed
;
done
>
feeds.conf
.
$(
GLUONDIR
)
/modules
&&
for
feed
in
$$
GLUON_FEEDS
;
do
echo
src-link
$$
feed ../../packages/
$$
feed
;
done
>
feeds.conf
.
$(
GLUONDIR
)
/modules
&&
for
feed
in
$$
GLUON_FEEDS
;
do
echo
src-link
$$
feed ../../packages/
$$
feed
;
done
>
feeds.conf
+
$(
GLUONMAKE
)
refresh_feeds
V
=
s
$(
OPENWRT_VERBOSE
)
+
$(
GLUONMAKE
)
refresh_feeds
V
=
s
$(
OPENWRT_VERBOSE
)
...
...
This diff is collapsed.
Click to expand it.
scripts/modules.sh
+
2
−
1
View file @
9b7e30cf
.
"
$1
"
/modules
.
"
$1
"
/modules
[
!
-f
"
$1
"
/site/modules
]
||
.
"
$1
"
/site/modules
GLUON_MODULES
=
openwrt
GLUON_MODULES
=
openwrt
for
feed
in
$GLUON_FEEDS
;
do
for
feed
in
$GLUON_SITE_FEEDS
$GLUON_FEEDS
;
do
GLUON_MODULES
=
"
$GLUON_MODULES
packages/
$feed
"
GLUON_MODULES
=
"
$GLUON_MODULES
packages/
$feed
"
done
done
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