1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update before OpenMPTCProuter release

This commit is contained in:
Ycarus 2018-01-18 15:28:48 +01:00
parent c3948de177
commit 40c3e6056e
2 changed files with 58 additions and 3 deletions

View file

@ -29,7 +29,7 @@ if [ ! -f "$OMR_TARGET_CONFIG" ]; then
exit 1
fi
_get_repo source https://github.com/ovh/overthebox-lede "otb-master-17.11.03"
_get_repo source https://github.com/ysurac/openmptcprouter "master"
_get_repo feeds/packages https://github.com/openwrt/packages "master"
_get_repo feeds/luci https://github.com/openwrt/luci "for-15.05"
@ -59,8 +59,6 @@ EOF
cat > source/feeds.conf <<EOF
src-link packages $(readlink -f feeds/packages)
src-link luci $(readlink -f feeds/luci)
src-git routing https://git.lede-project.org/feed/routing.git
src-git management https://github.com/openwrt-management/packages.git
src-link openmptcprouter $(readlink -f "$OMR_FEED")
EOF