From 27dcfe0ea82b22ac3b5cf1cc72ebd7e55449c3a3 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 9 Nov 2025 18:37:18 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20New=20rule=20in=20use=5Fexample=5Fc?= =?UTF-8?q?onfigs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/bin/use_example_configs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot/bin/use_example_configs b/buildroot/bin/use_example_configs index 401e15da61..72930d8c45 100755 --- a/buildroot/bin/use_example_configs +++ b/buildroot/bin/use_example_configs @@ -101,6 +101,8 @@ def main(): if branch.startswith("bugfix-2."): branch = branch + elif branch.endswith("bugfix-2.1.x"): + branch = "bugfix-2.1.x" elif branch.endswith("-2.1.x") or branch == "2.1.x": branch = "latest-2.1.x" elif branch.endswith("-2.0.x") or branch == "2.0.x":