Skip to content

Commit c2f1175

Browse files
committed
fix stangri repo cloning
1 parent 7e52f71 commit c2f1175

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

openwrt-23.05/release-info.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
2020

2121
### Changelog
22+
- [2024-09-07] Fix missing pbr
2223
- [2024-09-06] Update adguardhome
2324
- [2024-07-22] OpenWrt 23.05.4
2425
- [2024-03-27] OpenWrt 23.05.3

openwrt-23.05/steps/04-prepare_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd "$ROOTDIR/build"
1212

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

1717
# install feeds
1818
cd openwrt

0 commit comments

Comments
 (0)