From 65eb5125465e11b090922c1967324fca0884851d Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Wed, 11 May 2022 04:41:37 +0800 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5ca9bcc3..d3cc0a2d 100755 --- a/build.sh +++ b/build.sh @@ -97,8 +97,8 @@ if [ "$OMR_OPENWRT" = "default" ]; then if [ "$OMR_KERNEL" = "5.4" ]; then # Use OpenWrt 21.02 for 5.4 kernel _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "openwrt-21.02" - _get_repo feeds/packages https://github.com/openwrt/packages "93aca6dfbe894217435e4623bc48489ab9695cd1" - _get_repo feeds/luci https://github.com/openwrt/luci "9139ad468599b586dbd7ca48fe5a149c95f28800" + _get_repo feeds/packages https://github.com/openwrt/packages "openwrt-21.02" + _get_repo feeds/luci https://github.com/openwrt/luci "openwrt-21.02" _get_repo feeds/routing https://github.com/openwrt/routing "openwrt-21.02" _get_repo feeds/telephony https://github.com/openwrt/telephony "openwrt-21.02"