Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ffac-mt7915e-hotfix #86

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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