File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Other Models : [R5S](https://github.com/anaelorlinski/OpenWrt-NanoPi-R5S-Builds/
88If 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¤cy_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 )
1414Supported Models : R2S / R4S(1Gb & 4Gb) / R2C (Untested)
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ cd "$ROOTDIR/build"
1010
1111cp -R openwrt-fresh-22.03 openwrt
1212
13- # freeze revision to 22.03.4
13+ # freeze revision to 22.03.5
1414cd openwrt
15- git reset --hard 94adc23fa693d1b129ce1718573dfb12594f20f8
15+ git reset --hard 863f769b75beb17b1965786f473b700e0ba0f879
1616
1717echo " Current OpenWRT commit"
1818git log -1
1919git 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
You can’t perform that action at this time.
0 commit comments