From a755aecbbb3e43e3517e4bffd223d54662b3d88f Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Sun, 3 Mar 2024 23:17:28 +0100 Subject: [PATCH] build-info: remove duplicate target and sort ipq806x-generic appeared two times in the list 0-9a-z is the more common sorting strategy --- .github/build-info.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/build-info.json b/.github/build-info.json index 51ab341..d224fb0 100644 --- a/.github/build-info.json +++ b/.github/build-info.json @@ -15,16 +15,15 @@ "ipq806x-generic", "lantiq-xrx200", "lantiq-xway", - "ipq806x-generic", "mediatek-filogic", "mpc85xx-p1010", "mpc85xx-p1020", - "ramips-mt76x8", "ramips-mt7620", "ramips-mt7621", + "ramips-mt76x8", "rockchip-armv8", - "x86-generic", - "x86-64" + "x86-64", + "x86-generic" ] } }