Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opkg update gives warnings #52

Open
josser opened this issue Apr 7, 2016 · 2 comments
Open

opkg update gives warnings #52

josser opened this issue Apr 7, 2016 · 2 comments

Comments

@josser
Copy link

josser commented Apr 7, 2016

Hi!

Looks like something is missing in opkg repository (or I'm not sure what is correct name for this)

here is what i'm getting:

opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/base/Packages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/packages/Packages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/tessel/Packages.gz.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/tessel/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:
 * opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/tessel/Packages.gz, wget returned 8.
 * opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05-rc2/ramips/mt7620/packages/tessel/Packages.sig, wget returned 8.

Thank you and sorry for my bad english )

@johnnyman727
Copy link
Contributor

Yeah, I've seen this to but I'm not sure why it's checking that URL. @kevinmehall any ideas?

@kevinmehall
Copy link
Member

The board name is set to tessel. OpenWrt has board-specific package repos for their supported boards, but upstream openwrt doesn't have the tessel board, so they don't have that feed on their server. It can safely be ignored, but should probably be removed from the default feeds list.

@johnnyman727 Also, you should rebase on OpenWrt 15.05.1 instead of the year-old release candidate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants