File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,13 @@ cd "$ROOTDIR/build"
1212
1313# clone stangri repo
1414rm -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
1824cd openwrt
You can’t perform that action at this time.
0 commit comments