Actions
Error #321
closed/etc/opkg.conf file contains wrong URLs
Description
The /etc/opkg.conf file in the compiled images contains wrong URLs. For instance:
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/packages/base src/gz chaos_calmer_b6m_packages http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/b6m_packages src/gz chaos_calmer_libremap_agent http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/libremap_agent src/gz chaos_calmer_luci http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/luci src/gz chaos_calmer_nc http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/nc src/gz chaos_calmer_openwrt_routing http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/openwrt_routing src/gz chaos_calmer_packages http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/packages src/gz chaos_calmer_qmp_packages http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/qmp_packages
Some of the URLs are right (the ones coming from the OpenWrt "official" feeds like base, luci, routing, etc.) but the ones corresponding to qMp packages (e.g. qmp, libremap) are wrong, since the packages will not be hosted there.
The default URL should be set to something like http://fw.qmp.cat/version_openwrt-arch-generic/packages
Updated by Roger Pueyo Centelles about 10 years ago
- Status changed from Nou to En progrés
Updated by Roger Pueyo Centelles about 10 years ago
- Status changed from En progrés to Resolt
Fixed in commit:36fc26b7
Added VERSION_REPO variable in Makefile to change default packages URL (downloads.openwrt.org/abcd) to fw.qmp.cat/wxyz
Updated by Roger Pueyo Centelles about 10 years ago
- Status changed from Resolt to Tancat
Actions