Skip to content

Commit d78e466

Browse files
authored
Merge pull request #108 from ffac/update_mt7915_hotfix
update the ffac-mt7915-hotfix package
2 parents cd95faf + ffd6850 commit d78e466

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

image-customization.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ if target('bcm27xx') then
206206
packages(pkgs_hid)
207207
end
208208

209-
if target('mediatek', 'filogic') then
210-
-- reboot target three times a day
211-
packages {
212-
'ffac-threetime-reboot',
213-
}
209+
if target('ramips', 'mt7621') or target('mediatek', 'filogic') then
210+
-- reload wifi firmware twice a day
211+
packages {
212+
'ffac-mt7915-hotfix',
213+
}
214214
end

modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GLUON_SITE_FEEDS="ffac community"
22

33
PACKAGES_FFAC_REPO=https://github.com/ffac/gluon-packages.git
4-
PACKAGES_FFAC_COMMIT=f4e3b14750b58c74c661de89286e9e5c5ba2a677
4+
PACKAGES_FFAC_COMMIT=6940ab31084b6a0580e36798e45f9516bab4d98f
55
PACKAGES_FFAC_BRANCH=main
66

77
PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git

0 commit comments

Comments
 (0)