From 2a7dc5b3a72a0ab3fa6c370ba3e985a7feb67d25 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Thu, 19 Aug 2021 15:10:41 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fc6ccc71..2ea724e5 100755 --- a/build.sh +++ b/build.sh @@ -91,7 +91,7 @@ fi if [ "$OMR_OPENWRT" = "default" ]; then _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "86a61e716efe2e0ef2f4ce9b2fdd7a532661ef56" _get_repo feeds/packages https://github.com/openwrt/packages "66e0dfa7cd02eccab614fdf962355a32a0a523d3" - _get_repo feeds/luci https://github.com/openwrt/luci "98d1df8d24eb4c97fcf8ac78a9c04d342383b9c1" + _get_repo feeds/luci https://github.com/openwrt/luci "5ff3ef7cbb9719d3476feb836cac86ee421f666d" elif [ "$OMR_OPENWRT" = "master" ]; then _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "master" _get_repo feeds/packages https://github.com/openwrt/packages "master"