Skip to content

Commit c2495e3

Browse files
committed
openwrt 24.10.1
1 parent fd44207 commit c2495e3

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Other Models : [R5S](https://github.com/anaelorlinski/OpenWrt-NanoPi-R5S-Builds/
1010
If you like this project you can gift me a coffee !
1111
[![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)
1212

13-
## OpenWrt 24.10.0 (WIP)
14-
This build has not been tested a lot yet. There might be issues. Stick with 23.05 if you need stable build.
13+
## OpenWrt 24.10.1 (current)
14+
1515
[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)
1616
Supported Models : R2S / R4S(1Gb & 4Gb)
1717

18-
## OpenWrt 23.05.5 (stable)
18+
## OpenWrt 23.05.5 (previous)
1919

2020
[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)
2121
Supported Models : R2S / R4S(1Gb & 4Gb)

openwrt-24.10/release-info.md

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

33
### General Info
4-
- Based of openwrt 24.10.0
4+
- Based of openwrt 24.10.1
55

66
### Notes
77
- For R2C/R2S, theres almost no difference with official builds, except the preinstalled package set
@@ -21,3 +21,4 @@
2121

2222
### Changelog
2323
- [2025-03-21] Initial OpenWrt 24.10.0
24+
- [2025-04-14] OpenWrt 24.10.1

openwrt-24.10/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-24.10 openwrt
1212

13-
# freeze revision to 24.10.0
13+
# freeze revision to 24.10.1
1414
cd openwrt
15-
git reset --hard 1fad1b4965dc6f4e5f4ba7b9605987f443a4c276
15+
git reset --hard d183d7bb7827a469f09bf77f2f22fd9d70ac0ed6
1616

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

0 commit comments

Comments
 (0)