Skip to content

Commit

Permalink
Merge pull request #86 from tbuss/master
Browse files Browse the repository at this point in the history
Added ffac-mt7915e-hotfix
  • Loading branch information
kpanic23 authored Sep 30, 2024
2 parents 7cee4d5 + 644feb5 commit 7e433f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion modules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e433f1

Please sign in to comment.