Skip to content

Commit

Permalink
Openwrt 23.05.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed Mar 27, 2024
1 parent 4abba1b commit 7c600e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you like this project you can gift me a coffee !
[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)

## OpenWrt 23.05.2
## OpenWrt 23.05.3

[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)
Supported Models : R2S / R4S(1Gb & 4Gb)
Expand Down
4 changes: 2 additions & 2 deletions openwrt-23.05/patches/package/adguardhome/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=adguardhome
PKG_VERSION:=0.107.41
PKG_VERSION:=0.107.46
PKG_RELEASE:=1

# WARNING : need rework for other arch
PKG_SOURCE:=AdGuardHome_linux_arm64.tar.gz
PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome/releases/download/v$(PKG_VERSION)/
PKG_HASH:=e23f5164a832c8647e0035b03189dc9c72821e9216ee5a5f8057739b8d072539
PKG_HASH:=5011096bae383e27db9f0de063caeea9ec4b0e0bcac6728409d223dc51c8c0d0

PKG_LICENSE:=GPL-3.0-only
PKG_LICENSE_FILES:=LICENSE.txt
Expand Down
3 changes: 2 additions & 1 deletion openwrt-23.05/release-info.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## OpenWrt 23.05

### General Info
- Based of openwrt 23.05.2
- Based of openwrt 23.05.3

### Notes
- For R2C/R2S, theres almost no difference with official builds, except the preinstalled package set
Expand All @@ -19,6 +19,7 @@
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net

### Changelog
- [2024-03-27] OpenWrt 23.05.3
- [2023-11-15] OpenWrt 23.05.2
- [2023-10-13] OpenWrt 23.05.0
- [2023-08-22] OpenWrt 23.05.0-rc3
Expand Down
4 changes: 2 additions & 2 deletions openwrt-23.05/steps/02_prepare_openwrt_folder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ cd "$ROOTDIR/build"

cp -R openwrt-fresh-23.05 openwrt

# freeze revision to 23.05.2
# freeze revision to 23.05.3
cd openwrt
git reset --hard 1c26bcb10819f072964a658e2cc29bb87613a6f5
git reset --hard 01170d518da1c8ade9d26e56d0135d12cda8e781

echo "Current OpenWRT commit"
git log -1
Expand Down

0 comments on commit 7c600e3

Please sign in to comment.