OpenWrt Forum Archive

Topic: opkg update

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

Hi,

Iam using:
CHAOS CALMER (Bleeding Edge, r43781)
Linux OpenWrt 3.14.26 #1 Sat Dec 27 08:23:31 UTC 2014 mips GNU/Linux
Model    TP-Link TL-WDR4300 v1
Firmware Version    OpenWrt Chaos Calmer r43781 / LuCI Master (git-14.359.33351-5e6c33e)

cat /etc/opkg.conf
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
src/gz chaos_calmer_base http://downloads.openwrt.org/snapshots/ … kages/base
src/gz chaos_calmer_luci http://downloads.openwrt.org/snapshots/ … kages/luci
src/gz chaos_calmer_management http://downloads.openwrt.org/snapshots/ … management
src/gz chaos_calmer_packages http://downloads.openwrt.org/snapshots/ … s/packages
src/gz chaos_calmer_routing http://downloads.openwrt.org/snapshots/ … es/routing
src/gz chaos_calmer_telephony http://downloads.openwrt.org/snapshots/ … /telephony



opkg update
Downloading http://downloads.openwrt.org/snapshots/ … ckages.gz.
wget: server returned error: HTTP/1.1 404 Not Found
.....

Has the link changed to "/snapshots/trunk/ar71xx/generic/packages/base/" ?
Can anyone help?


Thanks.

Yes.
Apparently the buildbot config has changed, and for the basic ar71xx platform there is now /generic/

Edit opkg.conf manually, or flash a build of 44091 or newer (44091 contains a fix matching the change: https://dev.openwrt.org/changeset/44091 )

root@OpenWrt:~# cat /etc/opkg.conf
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
src/gz chaos_calmer_base http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/base
src/gz chaos_calmer_telephony http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/telephony
src/gz chaos_calmer_packages http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/packages
src/gz chaos_calmer_routing http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/routing
src/gz chaos_calmer_luci http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/luci
src/gz chaos_calmer_management http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/management

(Last edited by hnyman on 24 Jan 2015, 20:28)

Thank you!

The discussion might have continued from here.