RUTX11 7.06.6 opkg distfeeds not working: fix included

For others wondering why the distfeeds aren’t working on the RUTX11 FW 7.06.6, it seems like the configuration file is just in the wrong place.

Broken:

root@RUTX11-F25C:~# opkg update
Downloading http://opkg.teltonika-networks.com/676de56fa350c8a1ae7d062c2848851713bbc30853e05ec1ca288ae9a6175079/Packages.gz
Updated list of available packages in /var/opkg-lists/tlt_packages
Downloading http://opkg.teltonika-networks.com/676de56fa350c8a1ae7d062c2848851713bbc30853e05ec1ca288ae9a6175079/Packages.sig
Signature check passed.

Fix:

root@RUTX11-F25C:~# cp /etc/opkg/openwrt/distfeeds.conf /etc/opkg

after that, the sources can update:

root@RUTX11-F25C:~# opkg update
Downloading https://downloads.openwrt.org/releases/21.02.0/targets/ipq40xx/generic/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/releases/21.02.0/targets/ipq40xx/generic/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/telephony/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/vuci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/vuci/Packages.gz

Downloading http://opkg.teltonika-networks.com/676de56fa350c8a1ae7d062c2848851713bbc30853e05ec1ca288ae9a6175079/Packages.gz
Updated list of available packages in /var/opkg-lists/tlt_packages
Downloading http://opkg.teltonika-networks.com/676de56fa350c8a1ae7d062c2848851713bbc30853e05ec1ca288ae9a6175079/Packages.sig
Signature check passed.
Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/vuci/Packages.gz, wget returned 8.

Which allowed me to install nmap:

root@RUTX11-F25C:~# opkg install nmap
Installing nmap (7.80-3) to root...
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/arm_cortex-a7_neon-vfpv4/packages/nmap_7.80-3_arm_cortex-a7_neon-vfpv4.ipk
Configuring nmap.

Hello,

These configuration files aren’t separated without reason. By default, teltonikafeeds.conf is used. It contains all opkg packages that have been tested and are known to work on our devices. The other file provides an option to access additional opkg packages that can be found for OpenWRT systems. This is provided for your convenience to access all packages if needed.

Best regards,

Marijus

ah ok - this strategy seems to be different between the TSW202 and the RUTX11

This topic was automatically closed after 15 days. New replies are no longer allowed.