From a72bbf6c40a52e1296ec5064e56f5e105ad851d7 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Wed, 3 Nov 2021 22:38:04 +0800 Subject: [PATCH] Update build.sh --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 3ff02ba1..1add398d 100755 --- a/build.sh +++ b/build.sh @@ -90,11 +90,11 @@ fi #_get_repo source https://github.com/ysurac/openmptcprouter-source "master" if [ "$OMR_OPENWRT" = "default" ]; then - if [ "$OMR_KERNEL" = "5.4" ]; 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 "e245ae13eed498891bbca25b961022cb7938ff5c" - _get_repo feeds/packages https://github.com/openwrt/packages "cb54cef066ea2860f30f53ab17968221605443e0" - _get_repo feeds/luci https://github.com/openwrt/luci "0eda002942480a6e330df0077c8f6f74636176be" + _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "f441be3921c769b732f0148f005d4f1bbace0508" + _get_repo feeds/packages https://github.com/openwrt/packages "3aa30ceee4fcf7b131bdc0f98658391069573e12" + _get_repo feeds/luci https://github.com/openwrt/luci "f28aaa35cd5c0cbbe59d8cc6a67de88ceeac382e" else _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "585cef5f1a9c1c3aecd7d231364618e96d03ab65" _get_repo feeds/packages https://github.com/openwrt/packages "e2055b5433da245e6ff8fb060d018d036499cf38"