Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update to OpenWRT 23.05.0-rc4 #8

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (beta)

### General Info
- Based of openwrt 23.05.0-rc3
- Based of openwrt 23.05.0-rc4

### Configuration
- OpenWRT 23.05 Vanilla / Kernel 5.15
Expand All @@ -17,6 +17,7 @@
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net

### Changelog
- [2023-10-03] Freeze to 23.05.0-rc4
- [2023-06-28] Freeze to 23.05.0-rc2 / Update packages
- [2023-06-21] Update patches
- [2023-04-25] Update patches and enable hdmi console
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.0-rc3
# freeze revision to 23.05.0-rc4
cd openwrt
git reset --hard 94cd25cb69805ec9b3ecd5a86ab39196c51e5a2e
git reset --hard 50690dd5cccf4ecefc75a6eeb71893a2342ea2d7

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