diff --git a/CONTRIBUTED.md b/CONTRIBUTED.md index ffc1ffa6c7..c5e0f4bb63 100644 --- a/CONTRIBUTED.md +++ b/CONTRIBUTED.md @@ -66,7 +66,8 @@ luci-theme-infinityfreedom source: [xiaoqingfengATGH/luci-theme-infinityfreedom] luci-proto-minieap source: [ysc3839/luci-proto-minieap](https://github.com/ysc3839/luci-proto-minieap). ## Download Mirrors -[182.140.223.146](http://182.140.223.146/dl) by [hzjnet@163.com](mailto://hzjnet@163.com) +[182.140.223.146](http://182.140.223.146/dl) by [hzjnet@163.com](mailto://hzjnet@163.com).
+[openwrt.cc](https://openwrt.cc/dl/immortalwrt) by [@SuLingGG](https://github.com/SuLingGG). ## License ### Depend on their own License. diff --git a/scripts/download.pl b/scripts/download.pl index 9414e4b09a..d8907a805b 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -295,6 +295,7 @@ foreach my $mirror (@ARGV) { } unshift @mirrors, "http://182.140.223.146/dl"; +unshift @mirrors, "https://openwrt.cc/dl/immortalwrt/openwrt-18.06"; push @mirrors, 'https://sources.cdn.openwrt.org'; push @mirrors, 'https://sources.openwrt.org'; push @mirrors, 'https://mirror2.openwrt.org/sources';