From 06a28de22cc06646797474a74b95d7c4f8ba6004 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Sat, 24 Mar 2018 07:01:35 +0100 Subject: [PATCH] Use latest master openwrt branch again --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e420356e..31e95dd9 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,8 @@ if [ ! -f "$OMR_TARGET_CONFIG" ]; then 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 "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 feeds/luci https://github.com/openwrt/luci "lede-17.01" _get_repo feeds/luci https://github.com/openwrt/luci "master"