Actions
Error #321
tancat/etc/opkg.conf file contains wrong URLs
Descripció
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
Actualitzat per Roger Pueyo Centelles fa aproximadament 10 anys
- Estat ha canviat de Nou a En progrés
Actualitzat per Roger Pueyo Centelles fa aproximadament 10 anys
- Estat ha canviat de En progrés a 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
Actualitzat per Roger Pueyo Centelles fa aproximadament 10 anys
- Estat ha canviat de Resolt a Tancat
Actions