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

update installed packages #118

Merged
merged 1 commit into from
Aug 16, 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
7 changes: 4 additions & 3 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if device({
'web-cellular',
}
packages {
'ffac-private-wan-dhcp',
'ffac-web-private-wan-dhcp',
}
end

Expand Down Expand Up @@ -179,6 +179,7 @@ if include_usb then
packages(pkgs_usb_net)
packages(pkgs_usb_serial)
packages(pkgs_usb_storage)
packages {'ffka-gluon-web-usb-wan-hotplug', 'ffac-update-location-gps'}
end

-- device has no reset button and requires a special package to go into setup mode
Expand Down Expand Up @@ -207,8 +208,8 @@ if target('bcm27xx') then
packages(pkgs_hid)
end

if target('ramips', 'mt7621') or target('mediatek', 'filogic') then
-- reload wifi firmware twice a day
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',
}
Expand Down
14 changes: 7 additions & 7 deletions modules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GLUON_SITE_FEEDS="ffac community"

PACKAGES_FFAC_REPO=https://github.com/ffac/gluon-packages.git
PACKAGES_FFAC_COMMIT=e3e0b5aac4ed0d610eb06161061b907b5bb2117d
PACKAGES_FFAC_BRANCH=main
GLUON_SITE_FEEDS="community ffac"

PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git
PACKAGES_COMMUNITY_COMMIT=ed68c7060e6122537038ece7de920d199aeed9b0
PACKAGES_COMMUNITY_BRANCH=master
PACKAGES_COMMUNITY_COMMIT=106ff0544832fcc5573a1bea504c0b0a536cb1cd
PACKAGES_COMMUNITY_BRANCH=update-location-gps

PACKAGES_FFAC_REPO=https://github.com/ffac/gluon-packages.git
PACKAGES_FFAC_COMMIT=b7ccdae873eebaa01aa555ec2a356d370e8d3908
PACKAGES_FFAC_BRANCH=private-wan-dhcp-web
2 changes: 1 addition & 1 deletion release.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
GLUON_GIT_REF := v2023.2.3 # v2023.2.x
GLUON_GIT_REF := 05b36ba7608f7ac83373cd4bdfc34ef142e05c76 # v2023.2.x