Skip to content

Commit c5d37f8

Browse files
committed
openwrt 23.05.0-rc3 and AdGuardhome update
1 parent c5dea7c commit c5d37f8

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you like this project you can gift me a coffee !
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)
1515

16-
## OpenWrt 23.05.0-rc2 (beta)
16+
## OpenWrt 23.05.0-rc3 (beta)
1717

1818
[Download 23.05 Releases](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=OpenWrtAO-23.05&expanded=true) [Changelog](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/blob/main/openwrt-23.05/release-info.md)
1919
Supported Models : R2S / R4S(1Gb & 4Gb)

openwrt-23.05/patches/package/adguardhome/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=adguardhome
9-
PKG_VERSION:=0.107.32
9+
PKG_VERSION:=0.107.36
1010
PKG_RELEASE:=1
1111

1212
# WARNING : need rework for other arch
1313
PKG_SOURCE:=AdGuardHome_linux_arm64.tar.gz
1414
PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome/releases/download/v$(PKG_VERSION)/
15-
PKG_HASH:=2e3e1e09c320a72d809461ca03fc51c597361d5de5972916c157935251d7bf22
15+
PKG_HASH:=ad449fa35b8919bc71d67fd570bcaae73aa20e8e20d1c682a5570bdae6544a41
1616

1717
PKG_LICENSE:=GPL-3.0-only
1818
PKG_LICENSE_FILES:=LICENSE.txt

openwrt-23.05/release-info.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
2020

2121
### Changelog
22+
- [2023-08-22] OpenWrt 23.05.0-rc3
2223
- [2023-06-28] Initial OpenWrt 23.05.0-rc2

openwrt-23.05/steps/02_prepare_openwrt_folder.sh

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

1111
cp -R openwrt-fresh-23.05 openwrt
1212

13-
# freeze revision to 23.05.0-rc2
13+
# freeze revision to 23.05.0-rc3
1414
cd openwrt
15-
git reset --hard 55ae516f61fa9d38a5080630795070a8e6673088
15+
git reset --hard 94cd25cb69805ec9b3ecd5a86ab39196c51e5a2e
1616

1717
echo "Current OpenWRT commit"
1818
git log -1

0 commit comments

Comments
 (0)