Skip to content

Commit f8d5478

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

2 files changed

Lines changed: 8 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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ 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+
mkdir stangri_repo
16+
cd stangri_repo
17+
# stick to version 1.1.6 of pbr for now
18+
git clone -b 1.1.6 https://github.com/stangri/pbr.git
19+
git clone https://github.com/stangri/luci-app-pbr.git
20+
#git clone https://github.com/stangri/source.openwrt.melmac.net stangri_repo
21+
cd ..
1622

1723
# install feeds
1824
cd openwrt

0 commit comments

Comments
 (0)