Skip to content

Commit

Permalink
modules: Add ffac-mt7915-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Aug 4, 2024
1 parent bc876c2 commit fed193a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,10 @@ end
if target('bcm27xx') then
packages(pkgs_hid)
end

if target('ramips', 'mt7621') or target('mediatek', 'filogic') then
-- reload wifi firmware twice a day
packages {
'ffac-mt7915-hotfix',
}
end
7 changes: 6 additions & 1 deletion modules
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
## GLUON_SITE_FEEDS
# for each feed name given, add the corresponding PACKAGES_* lines
# documented below
GLUON_SITE_FEEDS='community'
GLUON_SITE_FEEDS='community ffac'

PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git
PACKAGES_COMMUNITY_COMMIT=ed68c7060e6122537038ece7de920d199aeed9b0
PACKAGES_COMMUNITY_BRANCH=master


PACKAGES_FFAC_REPO=https://github.com/ffac/gluon-packages.git
PACKAGES_FFAC_COMMIT=88f3a12f28ef3e13d8eb95bb6bbe80a1a26b0491
PACKAGES_FFAC_BRANCH=main

0 comments on commit fed193a

Please sign in to comment.