diff --git a/buildscript b/buildscript index b2030ba4c41e47fc221a69fe4944991bf014629f..ab092da9d6f3f3a67f67c339150da22376cb6335 100755 --- a/buildscript +++ b/buildscript @@ -14,9 +14,9 @@ builddir=./build OPENWRTREV="8ad1b09c6dcff814eb04084ef349f975025b7dc1" # LEDE from 2017-10-13 -OPENWRTURL="https://git.lede-project.org/source.git" +OPENWRTURL="https://git.openwrt.org/openwrt/openwrt.git" PACKAGEREV="21b2e3eb761ea79bf3a8d2b6368435887960f5c2" # lede-17.01.3 -PACKAGEURL="https://git.lede-project.org/feed/packages.git" +PACKAGEURL="https://git.openwrt.org/feed/packages.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches @@ -37,7 +37,7 @@ GLUON_PKGS="kmod-batman-adv-legacy micrond simple-tc uradvd" #official openwrt routing packages ROUTING=(routing - https://git.lede-project.org/feed/routing.git + https://git.openwrt.org/feed/routing.git d11075cd40a88602bf4ba2b275f72100ddcb4767) # lede-17.01 ROUTING_PKGS="kmod-batman-adv batctl alfred"