Skip to content

Commit bcf0519

Browse files
committed
OpenWrt 22.03.5
1 parent 5528804 commit bcf0519

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Other Models : [R5S](https://github.com/anaelorlinski/OpenWrt-NanoPi-R5S-Builds/
88
If you like this project you can gift me a coffee !
99
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate/?business=8XQTGXAHEAKPY&no_recurring=0&currency_code=EUR)
1010

11-
## OpenWrt 22.03.4 (stable)
11+
## OpenWrt 22.03.5 (stable)
1212

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)

openwrt-22.03/release-info.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## OpenWrt 22.03.4 (stable)
1+
## OpenWrt 22.03.5 (stable)
22

33
### General Info
4-
- Based of openwrt 22.03.4
4+
- Based of openwrt 22.03.5
55

66
### Configuration
7-
- OpenWRT 22.03.3 Vanilla / Kernel 5.10
7+
- OpenWRT 22.03.5 Vanilla / Kernel 5.10
88
- ImmortalWRT patches for Rockchip target NanoPi R2S (rk3328) / NanoPi R4S support (rk3399)
99
- NanoPi R4S : r8168 driver for R4S (realtek) instead of kernel r8169 + r8169 firmwares package
1010

@@ -16,6 +16,7 @@
1616
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
1717

1818
### Changelog
19+
- [2023-05-01] OpenWrt 22.03.5
1920
- [2023-04-16] Update haproxy / adguarhome
2021
- [2023-04-10] OpenWrt 22.03.4
2122
- [2023-01-07] Bundle kmods

openwrt-22.03/steps/02_prepare_openwrt_folder.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ cd "$ROOTDIR/build"
1010

1111
cp -R openwrt-fresh-22.03 openwrt
1212

13-
# freeze revision to 22.03.4
13+
# freeze revision to 22.03.5
1414
cd openwrt
15-
git reset --hard 94adc23fa693d1b129ce1718573dfb12594f20f8
15+
git reset --hard 863f769b75beb17b1965786f473b700e0ba0f879
1616

1717
echo "Current OpenWRT commit"
1818
git log -1
1919
git describe
2020

21-
# fix packages for rrdtool1 not downloading
22-
sed -i 's/38cb0129739bc71e0bb5a25ef1f6db70b7add04b/87c46fde91e743aea1704853a801e59a73ef47a2/' feeds.conf.default
21+
# fix packages for rrdtool1 not downloading in 22.03.4
22+
#sed -i 's/38cb0129739bc71e0bb5a25ef1f6db70b7add04b/87c46fde91e743aea1704853a801e59a73ef47a2/' feeds.conf.default
2323

2424

2525
# install feeds

0 commit comments

Comments
 (0)