OpenWrt Forum Archive

Topic: lede reboot turned into openwrt snapshot?

The content of this topic has been archived on 30 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi, today I did git pull, script feeds updated, all in my usual lede folder to compile current trunk and after flashing and ssh into router (tp link wr841n v13) I realized that I have openwrt snapshot logo instead of the lede logo.

So what's up? Openwrt and lede are friends again and merging back to one project, or I have screwed big and by some miracle I put openwrt into lede forlder somehow? It would not be bad news of course, but I'm curious what happened. Thanks.

edit, I found this: https://forum.lede-project.org/t/openwr … en/5527/31

What I don't understand, if there is (will be) any difference when I'll use git openwrt or git lede? Wr841n v13 is still work in progress so I need the latest patches. Thanks.

(Last edited by nozombian on 30 Dec 2017, 13:46)

Git Openwrt in github is still old unupdated stale code.
And git.openwrt.org has even older 1.5 year old code.

Only LEDE repo has up-to-date code at the moment.

The only visible part of the merge process that has been done so far, is the rebranding of LEDE sources to Openwrt.

Thank you.

Thank you again for the update.

Jow (known to me among other things for his great reghack) told there:

Infrastructure currently available under the lede-project.org341 domain will be moved to corresponding openwrt.org389 subdomains and redirects will be put in place where appropriate.

Seems like I will have to read the newspaper, so I won't be using outdated lede git onde day :-)

(Last edited by nozombian on 5 Jan 2018, 22:27)

Hi, today I wanted to do a fresh start, openwrt this time, went by lede manual https://lede-project.org/docs/guide-dev … ource-code, but the usual scripts

./scripts/feeds/update -a
./scripts/feeds/install -a

do not work. Is the migration complete? Is it missing, or am I missing something? Should I rather still clone lede (what was that git url)? Thanks.

EDIT: my bad, sorry, I messed that, this is correct:

./scripts/feeds update -a
./scripts/feeds install -a

But I still want to know the answer, whether is the migration complete? I get a lot of warnings what does not exist here and there :-(

(Last edited by nozombian on 23 Jan 2018, 12:47)

nozombian wrote:

But I still want to know the answer, whether is the migration complete? I get a lot of warnings what does not exist here and there :-(

There was not much of an actual migration. LEDE sources were just branded as Openwrt.

The errors you are seeing, are related to later changes in package metadata handling making errors in freeswitch package Makefile visible. At he moment you should not get metadata errors about other packages, I think.

Thank you. I think I have seen also some curl related errors in openwrt git, but unfortunately I have closed that screen already. So which of the gits is the actual and correct?

#this is what I have used and found on another lede page, only freewitch warnings
git clone https://git.lede-project.org/source.git
#this is what lede documentation now suggests, but there are some other warnings
git clone https://git.openwrt.org/openwrt/openwrt.git

How and where will that be annonced? Is there a "warrant canary" I can follow? Thank you.

nozombian wrote:
#this is what lede documentation now suggests, but there are some other warnings
git clone [url]https://git.openwrt.org/openwrt/openwrt.git[/url]

There are some warnings at the initial stage, when the config routine is run before the package database has been initialized. I just tested clone a new repo and noticed the "curl warnings" you mentioned, but they are temporary things and go away once the symlinks to packages have been created Then only the freeswitch warnings are left:

history
 2001  cd /OwrtLEDE/
 2002  git clone git clone [url]https://git.openwrt.org/openwrt/openwrt.git[/url]
 2003  git clone [url]https://git.openwrt.org/openwrt/openwrt.git[/url]
 2004  cd openwrt/
 2005  ./scripts/feeds update
 2006  ./scripts/feeds install -a
 2007  make defconfig
 2008  history
perus@ub1710:/OwrtLEDE/openwrt$ ./scripts/feeds install -a
Collecting package info: done
Collecting target info: done
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
Installing all packages from feed packages.
...
perus@ub1710:/OwrtLEDE/openwrt$ make defconfig
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libsqlite2', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'flite', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libyuv', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'hiredis', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libilbc', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libmemcached', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libsilk', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libg7221', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'freeradius-client', which does not exist
#
# configuration written to .config
#
perus@ub1710:/OwrtLEDE/openwrt$ 

I see, thank you for explaining. You are right, I don't see them anymore, except the freeswitch which I don't use. But I use curl a lot, so it freaked me out ;-)

(Last edited by nozombian on 24 Jan 2018, 08:51)

The discussion might have continued from here.