Skip to content

Commit

Permalink
remove 21.02 / add 23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed Jun 28, 2023
1 parent cc9b927 commit 9fc8146
Show file tree
Hide file tree
Showing 135 changed files with 2,095 additions and 14,440 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/NanoPi-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ on:
default: '22.03'
type: choice
options:
- '21.02'
- '22.03'
- 'master'
- '23.05'
model_R4S:
description: 'Build R4S'
type: boolean
Expand Down Expand Up @@ -69,7 +68,7 @@ jobs:
run: |
model_R4S="${{ fromJSON('["", "R4S"]')[github.event.inputs.model_R4S == 'true'] }}"
model_R2S="${{ fromJSON('["", "R2S"]')[github.event.inputs.model_R2S == 'true'] }}"
model_R2C="${{ fromJSON('["", "R2C"]')[github.event.inputs.model_R2C == 'true' && (github.event.inputs.openwrt_branch == '21.02' || github.event.inputs.openwrt_branch == '22.03')] }}"
model_R2C="${{ fromJSON('["", "R2C"]')[github.event.inputs.model_R2C == 'true'] }}"
models="$model_R4S $model_R2S $model_R2C"
modelsJson=$(echo -n "$models" | jq -R -s -c 'split(" ") | map(select(length>0))')
matrix="{\"nanopi_model\":$modelsJson}"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ If you like this project you can gift me a coffee !
[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)
Supported Models : R2S / R4S(1Gb & 4Gb) / R2C (Untested)

## OpenWrt branch master (experimental)
## OpenWrt 23.05.0-rc2 (beta)

[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)
Supported Models : R2S / R4S(1Gb & 4Gb)

## OpenWrt 21.02.7 (EOL)

[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)

⚠ Warning: No support / Use at your own risk ⚠

## License
Expand Down
23 changes: 0 additions & 23 deletions openwrt-21.02/patches/0002-kernel-crypto.addon

This file was deleted.

Loading

0 comments on commit 9fc8146

Please sign in to comment.