Skip to content

Commit

Permalink
add usb hotplug and usb location package
Browse files Browse the repository at this point in the history
add web version of cellular wan-dhcp
  • Loading branch information
FFAC committed Aug 12, 2024
1 parent 89383a0 commit 1249e73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
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

0 comments on commit 1249e73

Please sign in to comment.