LEDE: Go back to OpenWRT sources

After the remerge the LEDE git source is broken, thus we switch
to the OpenWRT sources.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2018-01-03 19:46:55 +01:00 committed by Tim Niemeyer
parent 12804b8ff6
commit 4a23b1baf7
1 changed files with 3 additions and 3 deletions

View File

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