[PATCH v2] LEDE: Go back to OpenWRT sources

Ralph A. Schmid, dk5ras ralph at schmid.xxx
Do Jan 4 13:12:02 CET 2018


Baut nicht, weil irgendwelche Zertifikate zicken oder so. Das buildscript prepare wirft bei mir aus:

ras at ras:~/firmware$ ./buildscript prepare
Working with bsp/board_ar71xx.bsp
Working with community/franken.cfg

checking out https://git.openwrt.org/openwrt/openwrt.git to openwrt in version 8ad1b09c6dcff814eb04084ef349f975025b7dc1
We need to do a fresh checkout
Cloning into 'openwrt'...
fatal: unable to access 'https://git.openwrt.org/openwrt/openwrt.git/': SSL: certificate subject name (git.archive.openwrt.org) does not match target host name 'git.openwrt.org'
fatal: Cannot change to 'openwrt': No such file or directory
checking out https://git.openwrt.org/feed/packages.git to openwrt in version 21b2e3eb761ea79bf3a8d2b6368435887960f5c2
We need to do a fresh checkout
Cloning into 'openwrt'...
fatal: unable to access 'https://git.openwrt.org/feed/packages.git/': SSL: certificate subject name (git.archive.openwrt.org) does not match target host name 'git.openwrt.org'
fatal: Cannot change to 'openwrt': No such file or directory
Patching ../../../build_patches/openwrt/fastd/0020-fastd_generate_key_from_urandom.patch
fatal: Cannot change to 'openwrt': No such file or directory
checking out https://git.openwrt.org/feed/routing.git to routing in version d11075cd40a88602bf4ba2b275f72100ddcb4767
We need to do a fresh checkout
Cloning into 'routing'...
fatal: unable to access 'https://git.openwrt.org/feed/routing.git/': SSL: certificate subject name (git.archive.openwrt.org) does not match target host name 'git.openwrt.org'
fatal: Cannot change to 'routing': No such file or directory
checking out https://github.com/freifunk-gluon/packages.git to gluon in version 8b65619f59c3bdce743c2f2fb2588fdd7079355a
Right remote detected
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  b7e9d78 simple-tc: Use hotplug.d/iface instead of hotplug.d/net

If you want to keep it by creating a new branch, this may be a good time
to do so with:

 git branch <new-branch-name> b7e9d78

HEAD is now at 8b65619... lua-simple-uci: delete option when using Cursor:set() with nil value
Patching ../../../build_patches/gluon/0001-simple-tc-Use-hotplug.d-iface-instead-of-hotplug.d-n.patch
Applying: simple-tc: Use hotplug.d/iface instead of hotplug.d/net
cp: cannot stat 'src/openwrt': No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
patch: **** Can't change to directory ./build/ar71xx : No such file or directory
adding openwrt to package feeds
./buildscript: line 151: ./build/ar71xx/feeds.conf: No such file or directory
adding routing to package feeds
./buildscript: line 151: ./build/ar71xx/feeds.conf: No such file or directory
adding gluon to package feeds
./buildscript: line 151: ./build/ar71xx/feeds.conf: No such file or directory
adding fff to package feeds
./buildscript: line 151: ./build/ar71xx/feeds.conf: No such file or directory
cleaning feeds
./buildscript: line 157: ./build/ar71xx/scripts/feeds: No such file or directory
adding gpioctl-sysfs libugpio fastd haserl from feed openwrt to available packages
./buildscript: line 169: ./build/ar71xx/scripts/feeds: No such file or directory
adding kmod-batman-adv batctl alfred from feed routing to available packages
./buildscript: line 169: ./build/ar71xx/scripts/feeds: No such file or directory
adding kmod-batman-adv-legacy micrond simple-tc uradvd from feed gluon to available packages
./buildscript: line 169: ./build/ar71xx/scripts/feeds: No such file or directory
adding -a from feed fff to available packages
./buildscript: line 169: ./build/ar71xx/scripts/feeds: No such file or directory
ln: failed to create symbolic link './build/ar71xx/dl': No such file or directory
ras at ras:~/firmware$

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces at freifunk.net] On Behalf Of
> Tim Niemeyer
> Sent: Wednesday, 3 January, 2018 21:31
> To: Adrian Schmutzler; franken-dev at freifunk.net
> Subject: Re: [PATCH v2] LEDE: Go back to OpenWRT sources
> 
> Hi
> 
> Ah. Sehr gut.
> 
> Heute Mittag war die url git.openwrt.org noch auf dem alten Server.
> 
> Ist applied.
> 
> Danke
> Tim
> 
> Am Mittwoch, den 03.01.2018, 19:46 +0100 schrieb Adrian Schmutzler:
> > After the remerge the LEDE git source is broken, thus we switch
> > to the OpenWRT sources.
> >
> > Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
> >
> > ---
> >
> > Changes in v2:
> > - Do not use github Links
> > ---
> >  buildscript | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/buildscript b/buildscript
> > index cd1ca03..d4da1d2 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"
> >
> > --
> > 2.7.4
> >



Mehr Informationen über die Mailingliste franken-dev