mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 20:31:54 +00:00
Use Openwrt 18.06
This commit is contained in:
parent
2d02517701
commit
3e6ecd63a0
1 changed files with 3 additions and 3 deletions
6
build.sh
6
build.sh
|
@ -48,10 +48,10 @@ fi
|
|||
|
||||
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
||||
#_get_repo "$OMR_TARGET/source" https://github.com/lede-project/source.git "3db9d6e57def2912314c7ce0bc0c282f313ed654"
|
||||
_get_repo "$OMR_TARGET/source" https://github.com/lede-project/source.git "master"
|
||||
_get_repo feeds/packages https://github.com/openwrt/packages "master"
|
||||
_get_repo "$OMR_TARGET/source" https://github.com/lede-project/source.git "openwrt-18.06"
|
||||
_get_repo feeds/packages https://github.com/openwrt/packages "openwrt-18.06"
|
||||
#_get_repo feeds/luci https://github.com/openwrt/luci "lede-17.01"
|
||||
_get_repo feeds/luci https://github.com/openwrt/luci "master"
|
||||
_get_repo feeds/luci https://github.com/openwrt/luci "openwrt-18.06"
|
||||
|
||||
if [ -z "$OMR_FEED" ]; then
|
||||
OMR_FEED=feeds/openmptcprouter
|
||||
|
|
Loading…
Reference in a new issue