From 8731b17a1b866f816f693fc6f03ff9027bf615c2 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Wed, 3 Nov 2021 22:36:29 +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 7bf0ab61..3ff02ba1 100755 --- a/build.sh +++ b/build.sh @@ -92,7 +92,7 @@ fi 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 "5ad663b7652e06e430209c2b3f5ab835181082e7" + _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" else