From 70f363c24d1ef2c161831995509a801734c063e9 Mon Sep 17 00:00:00 2001 From: Tobias Buss Date: Sun, 29 Sep 2024 22:26:58 +0200 Subject: [PATCH 1/3] Added ffac-mt7915e-hotfix for WSM20 and other devices with wifi unstabilities --- image-customization.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/image-customization.lua b/image-customization.lua index ee9b6fc..f637bba 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -164,3 +164,11 @@ if target('x86') then packages(pkgs_usb_serial) packages(pkgs_usb_storage) end + +-- Added hotfix +if target('ramips', 'mt7621') or target('ramips', 'mt7622') or target('mediatek', 'filogic') then + -- restart device if mt7915e driver shows known failure symptom + packages { + 'ffac-mt7915-hotfix', + } +end \ No newline at end of file From 1a63aa8af612cc19cba53baaf8d03ae922481e71 Mon Sep 17 00:00:00 2001 From: Tobias Buss Date: Sun, 29 Sep 2024 22:32:44 +0200 Subject: [PATCH 2/3] added newline --- image-customization.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-customization.lua b/image-customization.lua index f637bba..a6ed31b 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -171,4 +171,4 @@ if target('ramips', 'mt7621') or target('ramips', 'mt7622') or target('mediatek' packages { 'ffac-mt7915-hotfix', } -end \ No newline at end of file +end From 644feb5654159699ed6b2052de036261cd896ba1 Mon Sep 17 00:00:00 2001 From: Tobias Buss Date: Mon, 30 Sep 2024 20:19:39 +0200 Subject: [PATCH 3/3] added modules to site --- modules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules b/modules index 7362725..86db021 100644 --- a/modules +++ b/modules @@ -1,4 +1,8 @@ -GLUON_SITE_FEEDS='ff3l' +GLUON_SITE_FEEDS='ff3l community' PACKAGES_FF3L_REPO=https://github.com/ff3l/packages.git PACKAGES_FF3L_BRANCH=master PACKAGES_FF3L_COMMIT=5a646bee1d747345d557010d7c94bd64cca9b7d4 + +PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git +PACKAGES_COMMUNITY_COMMIT=61ba5ab54ffd34a77ec4967487f69848d553fcc0 +PACKAGES_COMMUNITY_BRANCH=master