diff --git a/toolchain/build.sh b/toolchain/build.sh index 8b3cc43..7576df1 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -1,7 +1,7 @@ #!/bin/bash -e # Clone source code -git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/openwrt/openwrt openwrt +git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/immortalwrt/immortalwrt openwrt # Enter source code cd openwrt