Skip to content

Commit

Permalink
fix stangri repo cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski committed Sep 7, 2024
1 parent 7e52f71 commit c2f1175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openwrt-23.05/release-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net

### Changelog
- [2024-09-07] Fix missing pbr
- [2024-09-06] Update adguardhome
- [2024-07-22] OpenWrt 23.05.4
- [2024-03-27] OpenWrt 23.05.3
Expand Down
2 changes: 1 addition & 1 deletion openwrt-23.05/steps/04-prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$ROOTDIR/build"

# clone stangri repo
rm -rf stangri_repo
git clone https://github.com/stangri/source.openwrt.melmac.net stangri_repo
git clone --recurse-submodules https://github.com/stangri/source.openwrt.melmac.net stangri_repo

# install feeds
cd openwrt
Expand Down

0 comments on commit c2f1175

Please sign in to comment.