From 1c949a55037e9c29ee099abfba5507c835cce22d Mon Sep 17 00:00:00 2001 From: Yury Sannikov Date: Tue, 27 Feb 2024 22:28:28 +0300 Subject: [PATCH] 23.05.2 --- .github/workflows/build-module.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index 98fb3e0..068b1d3 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -22,6 +22,11 @@ jobs: target: ramips subtarget: mt7621 vermagic: "9c242f353867f49a96054ff8c9f2c460" + - tag: "23.05.2" + pkgarch: mipsel_24kc + target: ramips + subtarget: mt7621 + vermagic: "9c242f353867f49a96054ff8c9f2c460" steps: - uses: actions/checkout@v4