Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Freifunk Franken Firmware
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
freifunk
Freifunk Franken Firmware
Commits
7b919d6a
Commit
7b919d6a
authored
11 years ago
by
Tim Niemeyer
Browse files
Options
Downloads
Patches
Plain Diff
buildscript: update sources
Signed-off-by:
Tim Niemeyer
<
tim.niemeyer@mastersword.de
>
parent
5a5af961
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildscript
+5
-5
5 additions, 5 deletions
buildscript
with
5 additions
and
5 deletions
buildscript
+
5
−
5
View file @
7b919d6a
...
...
@@ -2,8 +2,8 @@
builddir
=
./build
OPENWRTREV
=
4
0449
OPENWRTURL
=
svn://svn.openwrt.org/openwrt/
trunk
OPENWRTREV
=
4
2096
OPENWRTURL
=
svn://svn.openwrt.org/openwrt/
branches/barrier_breaker
PACKAGEREV
=
${
OPENWRTREV
}
PACKAGEURL
=
svn://svn.openwrt.org/openwrt/packages
...
...
@@ -51,7 +51,7 @@ get_source() {
cd
..
test
-d
fastd
||
git clone git://git.metameute.de/lff/pkg_fastd fastd
git
--git-dir
=
fastd/.git
--work-tree
=
fastd/ checkout v1
0
git
--git-dir
=
fastd/.git
--work-tree
=
fastd/ checkout v1
4-1
if
[
!
-d
tunneldigger
]
;
then
git init tunneldigger
...
...
@@ -62,10 +62,10 @@ get_source() {
git pull origin
cd
..
fi
git
--git-dir
=
tunneldigger/.git
--work-tree
=
tunneldigger checkout
3ece2128b70a6e25b02f27705d19251c3ba342f0
git
--git-dir
=
tunneldigger/.git
--work-tree
=
tunneldigger checkout
8c750d28506c08abbcce9edc5761332074b43116
test
-d
libremap
||
git clone https://github.com/libremap/libremap-agent-openwrt.git libremap
git
--git-dir
=
libremap/.git
--work-tree
=
libremap checkout
fa994c7900b6331092c2262116ecc7410621e4ac
git
--git-dir
=
libremap/.git
--work-tree
=
libremap checkout
7194289d4b8a009df10613a3a88dc841fa26f423
cd
..
# packages
cd
..
# src
...
...
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