Skip to content

Commit

Permalink
update community packages
Browse files Browse the repository at this point in the history
- add mt7915 hotfix to mt7622
  • Loading branch information
maurerle authored and FFAC committed Aug 12, 2024
1 parent 15ec893 commit 57cbe05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
12 changes: 6 additions & 6 deletions modules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 57cbe05

Please sign in to comment.