Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
firmware
FFS Gluon site
Commits
1aa0e741
Commit
1aa0e741
authored
10 months ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
reload wifi firmware 3x daily with mt7621 and mediatek-filogic
parent
6d4366ed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2769
failed
10 months ago
Stage: generate_date
Stage: update
Stage: build
Stage: package
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
image-customization.lua
+14
-0
14 additions, 0 deletions
image-customization.lua
modules
+1
-1
1 addition, 1 deletion
modules
with
15 additions
and
1 deletion
image-customization.lua
+
14
−
0
View file @
1aa0e741
...
@@ -181,3 +181,17 @@ if device({'ubiquiti-unifi-ac-mesh', 'ubiquiti-unifi-ac-mesh-pro'}) then
...
@@ -181,3 +181,17 @@ if device({'ubiquiti-unifi-ac-mesh', 'ubiquiti-unifi-ac-mesh-pro'}) then
'ath10k-firmware-qca988x-ct-full-htt'
,
'ath10k-firmware-qca988x-ct-full-htt'
,
})
})
end
end
if
target
(
'ramips'
,
'mt7621'
)
then
-- reload wifi firmware twice a day
packages
{
'ffac-mt7915-hotfix'
,
}
end
if
target
(
'mediatek'
,
'filogic'
)
then
-- reload wifi firmware twice a day
packages
{
'ffac-mt7915-hotfix'
,
}
end
This diff is collapsed.
Click to expand it.
modules
+
1
−
1
View file @
1aa0e741
GLUON_SITE_FEEDS='ffs community'
GLUON_SITE_FEEDS='ffs community'
PACKAGES_FFS_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-packages.git
PACKAGES_FFS_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-packages.git
PACKAGES_FFS_COMMIT=
bd0256c2163cbaefdc67e7ff2e0239bee6f1d9a5
PACKAGES_FFS_COMMIT=
1fc68e20ac0bc1eca304be82a0ab35419e19884f
PACKAGES_COMMUNITY_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-community-packages
PACKAGES_COMMUNITY_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-community-packages
PACKAGES_COMMUNITY_COMMIT=b6ab63ebc58bcb428a733026209cc491df10bc3a
PACKAGES_COMMUNITY_COMMIT=b6ab63ebc58bcb428a733026209cc491df10bc3a
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