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
Package registry
Model registry
Operate
Terraform modules
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
Patrick
FFS Gluon
Commits
f7ae70cf
Commit
f7ae70cf
authored
10 years ago
by
Patrick Uven
Browse files
Options
Downloads
Patches
Plain Diff
Created site.mk for example config
parent
fb72b8bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/site-example/site.mk
+45
-0
45 additions, 0 deletions
docs/site-example/site.mk
with
45 additions
and
0 deletions
docs/site-example/site.mk
0 → 100644
+
45
−
0
View file @
f7ae70cf
## gluon site.mk makefile example
## GLUON_SITE_PACKAGES
# specify gluon/openwrt packages to include here
GLUON_SITE_PACKAGES
:=
\
gluon-alfred
\
gluon-announced
\
gluon-ath9k-workaround
\
gluon-autoupdater
\
gluon-config-mode
\
gluon-ebtables-filter-multicast
\
gluon-ebtables-filter-ra-dhcp
\
gluon-luci-admin
\
gluon-luci-autoupdater
\
gluon-luci-portconfig
\
gluon-next-node
\
gluon-mesh-batman-adv
\
gluon-mesh-vpn-fastd
\
gluon-radvd
\
gluon-status-page
\
iwinfo
\
iptables
\
haveged
## DEFAULT_GLUON_RELEASE
# version string to use for images
# gluon relies on
# opkg compare-versions "$1" '>>' "$2"
# to decide if a version is newer or not.
DEFAULT_GLUON_RELEASE
:=
0.3+0-exp
$(
shell
date
'+%Y%m%d'
)
## GLUON_RELEASE
# call make with custom GLUON_RELEASE flag, to use your own release version scheme.
# e.g.:
# $ make images GLUON_RELEASE=23.42+5
# would generate images named like this:
# gluon-ff%site_code%-23.42+5-%router_model%.bin
# Allow overriding the release number from the command line
GLUON_RELEASE
?=
$(
DEFAULT_GLUON_RELEASE
)
# Default priority for updates.
GLUON_PRIORITY
?=
0
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