Skip to content

Commit 9fc8146

Browse files
committed
remove 21.02 / add 23.05
1 parent cc9b927 commit 9fc8146

File tree

135 files changed

+2095
-14440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+2095
-14440
lines changed

.github/workflows/NanoPi-Build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ on:
2727
default: '22.03'
2828
type: choice
2929
options:
30-
- '21.02'
3130
- '22.03'
32-
- 'master'
31+
- '23.05'
3332
model_R4S:
3433
description: 'Build R4S'
3534
type: boolean
@@ -69,7 +68,7 @@ jobs:
6968
run: |
7069
model_R4S="${{ fromJSON('["", "R4S"]')[github.event.inputs.model_R4S == 'true'] }}"
7170
model_R2S="${{ fromJSON('["", "R2S"]')[github.event.inputs.model_R2S == 'true'] }}"
72-
model_R2C="${{ fromJSON('["", "R2C"]')[github.event.inputs.model_R2C == 'true' && (github.event.inputs.openwrt_branch == '21.02' || github.event.inputs.openwrt_branch == '22.03')] }}"
71+
model_R2C="${{ fromJSON('["", "R2C"]')[github.event.inputs.model_R2C == 'true'] }}"
7372
models="$model_R4S $model_R2S $model_R2C"
7473
modelsJson=$(echo -n "$models" | jq -R -s -c 'split(" ") | map(select(length>0))')
7574
matrix="{\"nanopi_model\":$modelsJson}"

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ If you like this project you can gift me a coffee !
1313
[Download 22.03 Releases](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=OpenWrtAO-22.03&expanded=true) [Changelog](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/openwrt-22.03/release-info.md)
1414
Supported Models : R2S / R4S(1Gb & 4Gb) / R2C (Untested)
1515

16-
## OpenWrt branch master (experimental)
16+
## OpenWrt 23.05.0-rc2 (beta)
1717

1818
[Download master Releases](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=OpenWrtAO-master&expanded=true) [Changelog](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/openwrt-master/release-info.md)
1919
Supported Models : R2S / R4S(1Gb & 4Gb)
2020

21-
## OpenWrt 21.02.7 (EOL)
22-
23-
[Download 21.02 Releases](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=OpenWrtAO-21.02&expanded=true) [Changelog](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/openwrt-21.02/release-info.md)
24-
2521
⚠ Warning: No support / Use at your own risk ⚠
2622

2723
## License

openwrt-21.02/patches/0002-kernel-crypto.addon

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)