Skip to content

Commit 17deee9

Browse files
committed
add branch 22.03
1 parent 76b7b6d commit 17deee9

68 files changed

Lines changed: 8467 additions & 4 deletions

File tree

Some content is hidden

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

.github/workflows/NanoPi-Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
type: choice
2929
options:
3030
- '21.02'
31+
- '22.03'
3132

3233
jobs:
3334
init:

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards
2222
- Full build with LuCI, docker and extra packages
2323
- vpn-routing-policy latest version from https://github.com/stangri/source.openwrt.melmac.net
2424

25-
## OpenWrt branch master (added soon)
25+
## OpenWrt branch 22.03 (experimental)
2626

27-
### Downloads [Releases master](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=master&expanded=true)
27+
### Downloads [Releases master](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=m22.03&expanded=true)
2828

2929
### Configuration
3030
- OpenWRT master Vanilla / Kernel 5.10
@@ -38,8 +38,9 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards
3838

3939

4040
## Changelog
41-
42-
#### 2021-02-12
41+
#### 2022-03-28
42+
- Add branch 22.03
43+
#### 2022-02-12
4344
- Add losetup, cfdisk in builds. Fix issue #11 : Check docs/resize-f2fs.md how to resize.
4445
- Branch 21.02 : use gcc 10.2
4546
- Optimized builds for devices R4S:-mcpu=cortex-a72.cortex-a53+crypto+crc R2S:-mcpu=cortex-a53+crypto+crc
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
2+
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
3+
CONFIG_CRYPTO_SHA512_ARM64=y
4+
CONFIG_CRYPTO_SHA512_ARM64_CE=y
5+
CONFIG_CRYPTO_SHA3_ARM64=y
6+
CONFIG_CRYPTO_SM3_ARM64_CE=y
7+
CONFIG_CRYPTO_SM4_ARM64_CE=y
8+
CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=y
9+
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
10+
CONFIG_CRYPTO_AES_ARM64_BS=y
11+
CONFIG_CRYPTO_ANSI_CPRNG=y
12+
CONFIG_CRYPTO_CMAC=y
13+
CONFIG_CRYPTO_ECB=y
14+
CONFIG_CRYPTO_GHASH_ARM64_CE=y
15+
CONFIG_CRYPTO_MD5=y
16+
CONFIG_CRYPTO_SHA1=y
17+
CONFIG_CRYPTO_SHA1_ARM64_CE=y
18+
CONFIG_CRYPTO_SHA2_ARM64_CE=y
19+
CONFIG_CRYPTO_SHA512=y
20+
CONFIG_CRYPTO_TWOFISH=y
21+
CONFIG_CRYPTO_USER_API_HASH=y
22+
CONFIG_CRYPTO_USER_API_SKCIPHER=y
23+
CONFIG_CRYPTO_DEV_ROCKCHIP=y

0 commit comments

Comments
 (0)