From 57cbe053b2c88328378e85fd42724a7c8e693e6f Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Fri, 9 Aug 2024 21:58:19 +0200 Subject: [PATCH] update community packages - add mt7915 hotfix to mt7622 --- image-customization.lua | 2 +- modules | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/image-customization.lua b/image-customization.lua index c2410fd..7db7ca3 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -215,7 +215,7 @@ if target('bcm27xx') then packages(pkgs_hid) end -if target('ramips', 'mt7621') or target('mediatek', 'filogic') then +if target('ramips', 'mt7621') or target('ramips', 'mt7622') or target('mediatek', 'filogic') then -- reload wifi firmware twice a day packages { 'ffac-mt7915-hotfix', diff --git a/modules b/modules index 3e1f244..1f6a523 100644 --- a/modules +++ b/modules @@ -1,9 +1,9 @@ -GLUON_SITE_FEEDS="ffac community" +GLUON_SITE_FEEDS="community ffac" + +PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git +PACKAGES_COMMUNITY_COMMIT=106ff0544832fcc5573a1bea504c0b0a536cb1cd +PACKAGES_COMMUNITY_BRANCH=update-location-gps PACKAGES_FFAC_REPO=https://github.com/ffac/gluon-packages.git -PACKAGES_FFAC_COMMIT=941329efa34d46de1ec34d77242d5b86d664b6de +PACKAGES_FFAC_COMMIT=b7ccdae873eebaa01aa555ec2a356d370e8d3908 PACKAGES_FFAC_BRANCH=private-wan-dhcp-web - -PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git -PACKAGES_COMMUNITY_COMMIT=ed68c7060e6122537038ece7de920d199aeed9b0 -PACKAGES_COMMUNITY_BRANCH=master