diff --git a/image-customization.lua b/image-customization.lua index 483b4349..a8f7df3c 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -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 diff --git a/modules b/modules index 09531f87..01fae295 100644 --- a/modules +++ b/modules @@ -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