mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Fix OpenWrt hashes
This commit is contained in:
parent
53afb57f53
commit
6c89d374d1
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -58,8 +58,8 @@ else
|
|||
fi
|
||||
|
||||
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
||||
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "ca729cd43c4c498be5f173afee978836fbadea7b"
|
||||
_get_repo feeds/packages https://github.com/openwrt/packages "6d2ec456bd43e896ea369e813316c06ccf593681"
|
||||
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "46c5880b0f64c82d7ca2395a72f8a7757446e7c5"
|
||||
_get_repo feeds/packages https://github.com/openwrt/packages "ca729cd43c4c498be5f173afee978836fbadea7b"
|
||||
_get_repo feeds/luci https://github.com/openwrt/luci "2096d67522e6622920d8d6aa1e0009769b392ef2"
|
||||
|
||||
if [ -z "$OMR_FEED" ]; then
|
||||
|
|
Loading…
Reference in a new issue