tessel / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2
Other
32 stars 14 forks source link

opkg update gives warnings #52

Open josser opened 8 years ago

josser commented 8 years ago

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 commented 8 years ago

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

kevinmehall commented 8 years ago

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.