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
736d3c7d
Commit
736d3c7d
authored
11 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Rename BRANCH to GLUON_BRANCH, update Gluon packages
parent
d314c6d1
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
-1
1 addition, 1 deletion
Makefile
modules
+1
-1
1 addition, 1 deletion
modules
with
2 additions
and
2 deletions
Makefile
+
1
−
1
View file @
736d3c7d
...
...
@@ -298,7 +298,7 @@ images: $(patsubst %,call_image/%,$(PROFILES)) ;
manifest
:
FORCE
mkdir
-p
$(
GLUON_IMAGEDIR
)
/sysupgrade
(
cd
$(
GLUON_IMAGEDIR
)
/sysupgrade
&&
echo
"
BRANCH=
$(
BRANCH
)
"
&&
echo
&&
(
$(
foreach profile,
$(
PROFILES
)
,
\
(
cd
$(
GLUON_IMAGEDIR
)
/sysupgrade
&&
echo
'
BRANCH=
$(
GLUON_
BRANCH
)
'
&&
echo
&&
(
$(
foreach profile,
$(
PROFILES
)
,
\
$(
foreach model,
$(
GLUON_
$(
profile
)
_MODELS
)
,
\
for
file
in
gluon-
*
-
'
$(
GLUON_
$(
profile
)
_MODEL_
$(
model
))
-sysupgrade.bin'
;
do
\
[
-e
"
$$
file"
]
&&
echo
\
...
...
This diff is collapsed.
Click to expand it.
modules
+
1
−
1
View file @
736d3c7d
...
...
@@ -10,7 +10,7 @@ PACKAGES_MAC80211_REPO=git://nbd.name/aa-mac80211.git
PACKAGES_MAC80211_COMMIT=59581a13b62e2ea6ba5bfa8f5aaf80a4d6c3ad8d
PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=
cb035e3b7a1bf478ac61047b3bbe6bbd70d9a174
PACKAGES_GLUON_COMMIT=
0e489616913fb579c7603595faed886373a726e2
PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git
PACKAGES_ROUTING_COMMIT=0e4201a983df967e88e6ce5451f5f5f99bab2370
...
...
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