Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nord Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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 Nord
Nord Site
Commits
eb25403a
Unverified
Commit
eb25403a
authored
5 years ago
by
Ruben Barkow
Browse files
Options
Downloads
Patches
Plain Diff
set DEPRECATED 'upgrade' and fix indention for ZRAM for tiny devices
parent
fa0f4e5e
No related branches found
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
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
site.mk
+2
-2
2 additions, 2 deletions
site.mk
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
eb25403a
...
...
@@ -6,6 +6,7 @@ variables:
GLUON_BRANCH
:
v2019.1.x
# set to '' or 'BROKEN=1'
BROKEN
:
'
BROKEN=1'
DEPRECATED
:
'
upgrade'
# set to '', 'V=s' or 'V=s BUILD_LOG=1'
VERBOSE
:
'
'
...
...
This diff is collapsed.
Click to expand it.
site.mk
+
2
−
2
View file @
eb25403a
...
...
@@ -9,7 +9,7 @@ DEFAULT_GLUON_RELEASE := 2019.1~exp$(shell date '+%y%m%d')
GLUON_RELEASE
?=
$(
DEFAULT_GLUON_RELEASE
)
GLUON_PRIORITY
?=
0
GLUON_DEPRECATED
?=
full
GLUON_DEPRECATED
?=
upgrade
GLUON_BRANCH
?=
stable
export
GLUON_BRANCH
...
...
@@ -166,7 +166,7 @@ FAT_PACKAGES := \
#zram for tiny devices
ifeq
($(GLUON_TARGET),ar71xx-tiny)
GLUON_SITE_PACKAGES
+=
zram-swap
GLUON_SITE_PACKAGES
+=
zram-swap
endif
# add addition network drivers and usb stuff only to targets where disk space does not matter
...
...
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