Skip to content

Commit

Permalink
OpenWrt 22.03.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed May 1, 2023
1 parent 5528804 commit bcf0519
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Other Models : [R5S](https://github.com/anaelorlinski/OpenWrt-NanoPi-R5S-Builds/
If you like this project you can gift me a coffee !
[![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)

## OpenWrt 22.03.4 (stable)
## OpenWrt 22.03.5 (stable)

[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)
Expand Down
7 changes: 4 additions & 3 deletions openwrt-22.03/release-info.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## OpenWrt 22.03.4 (stable)
## OpenWrt 22.03.5 (stable)

### General Info
- Based of openwrt 22.03.4
- Based of openwrt 22.03.5

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

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

### Changelog
- [2023-05-01] OpenWrt 22.03.5
- [2023-04-16] Update haproxy / adguarhome
- [2023-04-10] OpenWrt 22.03.4
- [2023-01-07] Bundle kmods
Expand Down
8 changes: 4 additions & 4 deletions openwrt-22.03/steps/02_prepare_openwrt_folder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ cd "$ROOTDIR/build"

cp -R openwrt-fresh-22.03 openwrt

# freeze revision to 22.03.4
# freeze revision to 22.03.5
cd openwrt
git reset --hard 94adc23fa693d1b129ce1718573dfb12594f20f8
git reset --hard 863f769b75beb17b1965786f473b700e0ba0f879

echo "Current OpenWRT commit"
git log -1
git describe

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


# install feeds
Expand Down

0 comments on commit bcf0519

Please sign in to comment.