Skip to content

Commit

Permalink
openwrt 23.05.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed Oct 13, 2023
1 parent 24b28f4 commit dee7dbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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-rc4
- Based of openwrt 23.05.0

### 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-13] Freeze to 23.05.0
- [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
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-rc4
# freeze revision to 23.05.0
cd openwrt
git reset --hard 50690dd5cccf4ecefc75a6eeb71893a2342ea2d7
git reset --hard bd4f415efacfc03bbe5b79ae1d39c1451f5f7385

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

0 comments on commit dee7dbb

Please sign in to comment.