Skip to content

Commit c59eaf1

Browse files
committed
update to .5
1 parent 95398d9 commit c59eaf1

4 files changed

Lines changed: 8 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,16 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards
33

44
⚠️ Since OpenWrt 23.05, those devices are supported by vanilla OpenWrt. You might want to use regular builds instead of this one, especially if you plan to add extra kernel modules for usb wifi support.
55

6-
Other Models : [R5S](https://github.com/anaelorlinski/OpenWrt-NanoPi-R5S-Builds/)
7-
86
[![NanoPi Build](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/actions/workflows/NanoPi-Build.yml/badge.svg)](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/actions/workflows/NanoPi-Build.yml)
97

108
If you like this project you can gift me a coffee !
119
[![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)
1210

13-
## OpenWrt 24.10.4 (current)
11+
## OpenWrt 24.10.5 (current)
1412

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

18-
## OpenWrt 23.05.5 (previous)
19-
20-
[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)
21-
Supported Models : R2S / R4S(1Gb & 4Gb)
22-
2316
⚠ Warning: No support / Use at your own risk ⚠
2417

2518
## License

openwrt-24.10/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.69
9+
PKG_VERSION:=0.107.71
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:=34298af99fda196ddbc617da01bc9d8b5ca3fc7636717d786c5a96f6b4dfa0ae
15+
PKG_HASH:=f5ea04e043994f63a1f2d240805398abeda877046db0cf943b976872562dfc3e
1616

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

openwrt-24.10/release-info.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## OpenWrt 24.10
22

33
### General Info
4-
- Based of openwrt 24.10.4
4+
- Based of openwrt 24.10.5
55

66
### Notes
77
- For R2C/R2S, theres almost no difference with official builds, except the preinstalled package set
@@ -26,3 +26,4 @@
2626
- [2025-10-10] OpenWrt 24.10.3
2727
- [2025-10-23] OpenWrt 24.10.4
2828
- [2025-11-02] Update adguardhome
29+
- [2025-12-19] OpenWrt 24.10.5 + update adguardhome

openwrt-24.10/steps/02_prepare_openwrt_folder.sh

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

1111
cp -R openwrt-fresh-24.10 openwrt
1212

13-
# freeze revision to 24.10.4
13+
# freeze revision to 24.10.5
1414
cd openwrt
15-
git reset --hard 78b23a26c4c98938d549e7ff5876508544e33d4d
15+
git reset --hard 4f7e6e554be2aef6a55be36f9f954d56705eb2ee
1616
# patch telephony feed to include last patch (remove after 24.10.4)
17-
sed -i 's/2a4541d46199ac96fac214d02c908402831c4dc6/11e9c73bff6be34ff2fdcd4bc0e81a4723d78652/g' feeds.conf.default
17+
#sed -i 's/2a4541d46199ac96fac214d02c908402831c4dc6/11e9c73bff6be34ff2fdcd4bc0e81a4723d78652/g' feeds.conf.default
1818

1919
echo "Current OpenWRT commit"
2020
git log -1

0 commit comments

Comments
 (0)