diff --git a/modules b/modules index 7f883390210f883647a1547d0586e3eb02753639..f9528c715af3728ff9c1ec4b379b53fec7eab440 100644 --- a/modules +++ b/modules @@ -1,14 +1,14 @@ # This file allows specifying additional repositories to use # when building gluon. -GLUON_SITE_FEEDS='ffki eulenfunk ssidchanger roamguide alt ffffngtrans' +GLUON_SITE_FEEDS='ffki eulenfunk ssidchanger sargon alt ffffngtrans' # the git repository from where to clone the package feed PACKAGES_FFFFNGTRANS_REPO=https://github.com/Freifunk-Nord/ffffng-transfer-once PACKAGES_FFKI_REPO=git://github.com/freifunk-kiel/ffki-packages.git PACKAGES_EULENFUNK_REPO=https://github.com/Freifunk-Nord/eulenfunk-packages PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git -PACKAGES_ROAMGUIDE_REPO=https://github.com/sargon/roamguide +PACKAGES_SARGON_REPO=https://github.com/sargon/gluon-sargon PACKAGES_ALT_REPO=https://github.com/rubo77/gluon-alt-esc # the version/commit of the git repository to clone @@ -17,7 +17,7 @@ PACKAGES_FFFFNGTRANS_COMMIT=b3af1f128af3787e90b1f19f8bc174c0bb2d9f06 PACKAGES_FFKI_COMMIT=59df8ebf69ccf5ad2ed77c5b93d59f04a0e18e10 PACKAGES_EULENFUNK_COMMIT=a4be61c88e4628d3f039510c86cd20fe7f417261 PACKAGES_SSIDCHANGER_COMMIT=772e9f0716224388c416bbe3ff7cc6f16e0b0b52 -PACKAGES_ROAMGUIDE_COMMIT=491e2acb48e72ae4d0d22476efa51eb6c0c7970b +PACKAGES_SARGON_COMMIT=d98991c27d1d19d01a485c9f1a3082e8c844a3e4 PACKAGES_ALT_COMMIT=796302e274495564549fd43a237552f992fd51df # the branch to check out @@ -26,5 +26,5 @@ PACKAGES_FFFFNGTRANS_BRANCH=master PACKAGES_FFKI_BRANCH=lede PACKAGES_EULENFUNK_BRANCH=lede PACKAGES_SSIDCHANGER_BRANCH=lede -PACKAGES_ROAMGUIDE_BRANCH=lede +PACKAGES_SARGON_BRANCH=master PACKAGES_ALT_BRANCH=master