#18716: Links in opkg.conf point to invalid URLs
----------------------+------------------------
 Reporter:  probono   |      Owner:  developers
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  packages  |    Version:  Trunk
 Keywords:            |
----------------------+------------------------
 As of r43888:
 {{{
 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/ramips.rt305x/packages/base
 src/gz chaos_calmer_luci
 http://downloads.openwrt.org/snapshots/trunk/ramips.rt305x/packages/luci
 src/gz chaos_calmer_management
 http://downloads.openwrt.org/snapshots/trunk/ramips.rt305x/packages/management
 src/gz chaos_calmer_packages
 http://downloads.openwrt.org/snapshots/trunk/ramips.rt305x/packages/packages
 src/gz chaos_calmer_routing
 http://downloads.openwrt.org/snapshots/trunk/ramips.rt305x/packages/routing
 src/gz chaos_calmer_telephony
 http://downloads.openwrt.org/snapshots/trunk/ramips.rt305x/packages/telephony
 }}}

 But these URLs do not exist.

 Doing this on the device fixes it:
 {{{
 sed -i -e 's/.rt305x//g' /etc/opkg.conf
 }}}

 Either the default opkg.conf or the URLs on downloads.openwrt.org need to
 be fixed.

--
Ticket URL: <https://dev.openwrt.org/ticket/18716>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to