Skip to content

Commit

Permalink
Merge pull request #470 from freifunkMUC/Add-ffac-mt7915-hotfix
Browse files Browse the repository at this point in the history
modules: Add ffac-mt7915-hotfix
  • Loading branch information
T0biii authored Sep 2, 2024
2 parents bc876c2 + 450adb1 commit 66e5e31
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', 'mt7622') or target('mediatek', 'filogic') then
-- restart device if mt7915e driver shows known failure symptom
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
PACKAGES_FFAC_COMMIT=affa1562c84bfcd0b0a2a47ec04b88a4643a79e9
PACKAGES_FFAC_BRANCH=main

0 comments on commit 66e5e31

Please sign in to comment.