Skip to content
Snippets Groups Projects
Commit 1aa0e741 authored by Nico's avatar Nico
Browse files

reload wifi firmware 3x daily with mt7621 and mediatek-filogic

parent 6d4366ed
No related branches found
No related tags found
No related merge requests found
Pipeline #2769 failed
...@@ -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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment