Page 1 of 1

opkg update fail

Posted: Wed Jan 28, 2015 5:32 am
by darksoul
hey guys!
what happened to opkg update??

when i enter it via terminal i get this

opkg update
Downloading http://downloads.openwrt.org/snapshots/ ... ackages.gz.
wget: bad address 'downloads.openwrt.org'
Collected errors:
* opkg_download: Failed to download http://downloads.openwrt.org/snapshots/ ... ackages.gz, wget returned 1.


i have internet connecting and bla bla bla.

thanks!

Re: opkg update fail

Posted: Wed Jan 28, 2015 5:49 am
by darksoul
was fixed by fixing opkg config file.

Re: opkg update fail

Posted: Wed Jan 28, 2015 6:36 am
by Greenwire-Elektronik
darksoul wrote:was fixed by fixing opkg config file.


Can you please give further information what was fixed exactly?

Re: opkg update fail

Posted: Thu Jan 29, 2015 5:03 am
by darksoul
vi /etc/opkg.conf

and changed to:

Code: Select all
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
src/gz chaos_calmer_base http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/
src/gz chaos_calmer_luci http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/luci/
src/gz chaos_calmer_management http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/management/
src/gz chaos_calmer_packages http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/packages/
src/gz chaos_calmer_routing http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/routing/
src/gz chaos_calmer_telephony http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/telephony/


but not sure is this right.
but the opkg update works fine.