1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update build.sh

This commit is contained in:
suyuan 2021-11-03 22:36:29 +08:00
parent 0f4807ba45
commit 8731b17a1b

View file

@ -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