From fed193ad3f0c2b7896a2ca4b2c5d96fca1a814fe Mon Sep 17 00:00:00 2001 From: Tobias <5702338+T0biii@users.noreply.github.com> Date: Sun, 4 Aug 2024 12:25:20 +0000 Subject: [PATCH] modules: Add ffac-mt7915-hotfix --- image-customization.lua | 7 +++++++ modules | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/image-customization.lua b/image-customization.lua index 483b4349..f89312c3 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', 'filogic') then + -- reload wifi firmware twice a day + packages { + 'ffac-mt7915-hotfix', + } +end diff --git a/modules b/modules index 09531f87..4611618a 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.git +PACKAGES_FFAC_COMMIT=88f3a12f28ef3e13d8eb95bb6bbe80a1a26b0491 +PACKAGES_FFAC_BRANCH=main