From 18c59027a2365f8e0ea5eee6862ace2416e4cf4f Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Thu, 23 Nov 2023 23:06:46 +0100
Subject: [PATCH] github: update CI filters

The generated CI changed due to the order in targets.mk.

No functional change.

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 .github/filters.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/filters.yml b/.github/filters.yml
index cc6dd77f3..491460697 100644
--- a/.github/filters.yml
+++ b/.github/filters.yml
@@ -83,6 +83,16 @@
     "targets/generic",
     "targets/targets.mk"
   ],
+  "lantiq-xrx200": [
+    "targets/lantiq-xrx200",
+    ".github/workflows/build-gluon.yml",
+    "modules",
+    "Makefile",
+    "patches/**",
+    "scripts/**",
+    "targets/generic",
+    "targets/targets.mk"
+  ],
   "lantiq-xway": [
     "targets/lantiq-xway",
     ".github/workflows/build-gluon.yml",
@@ -249,16 +259,6 @@
     "targets/targets.mk",
     "targets/bcm27xx.inc"
   ],
-  "lantiq-xrx200": [
-    "targets/lantiq-xrx200",
-    ".github/workflows/build-gluon.yml",
-    "modules",
-    "Makefile",
-    "patches/**",
-    "scripts/**",
-    "targets/generic",
-    "targets/targets.mk"
-  ],
   "mvebu-cortexa9": [
     "targets/mvebu-cortexa9",
     ".github/workflows/build-gluon.yml",
-- 
GitLab