From 9e8f58153f664f3d949719b3a5e100cda02000e7 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 13 Oct 2023 20:17:22 +0200
Subject: [PATCH] modules: move Gluon packages to front of module list

To avoid getting surprised again by a (possibly incompatible) OpenWrt
package replacing one of ours, move our own feed to the front, so it has
higher precedence than openwrt/{packages,routing}.
---
 modules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules b/modules
index acf54d376..9531480d2 100644
--- a/modules
+++ b/modules
@@ -1,9 +1,12 @@
-GLUON_FEEDS='packages routing gluon'
+GLUON_FEEDS='gluon packages routing'
 
 OPENWRT_REPO=https://github.com/openwrt/openwrt.git
 OPENWRT_BRANCH=openwrt-23.05
 OPENWRT_COMMIT=86e852bcd01c4e43423c03984ee431118d57f855
 
+PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
+PACKAGES_GLUON_COMMIT=ce2e6ac1937af9a4c5c54181ab00781a0bf0097c
+
 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
 PACKAGES_PACKAGES_BRANCH=openwrt-23.05
 PACKAGES_PACKAGES_COMMIT=0da9f622975aa1e4efe452da4acbae15479bee63
@@ -11,6 +14,3 @@ PACKAGES_PACKAGES_COMMIT=0da9f622975aa1e4efe452da4acbae15479bee63
 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
 PACKAGES_ROUTING_BRANCH=openwrt-23.05
 PACKAGES_ROUTING_COMMIT=2272106e0839ee06957e88e3596489e1b510d3c2
-
-PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
-PACKAGES_GLUON_COMMIT=ce2e6ac1937af9a4c5c54181ab00781a0bf0097c
-- 
GitLab