RUT241 opkg error

Hi

I am running opkg update, but i am getting this error

  • opkg_conf_parse_file: /etc/opkg/customfeeds.conf:4: Ignoring invalid line: `src-git packages h ttps://github.com/openwrt/packages.git’

Firmware is RUT2M_R_00.07.06.1

Regards
Larks

Hello,

Thank you for reaching out.

To begin troubleshooting, I’d suggest updating your RUT241 firmware to the latest version, RUT2M_R_00.07.10.2, and checking if the opkg update issue persists afterward.

You can download the latest firmware version from the following link: Download RUT2M_R_00.07.10.2 Firmware.

Best Regards,

Thanks, that solved that error, but when trying to install jq (to parse some json)

opkg install jq

I get package not found, even though this is usually available in openwrt (which rutOS is built on). If it not possible to install this one what other json parsing libraries are available?

Hello,

The jq package is not available through the default Teltonika package repository in RutOS. However, you can use the pre-installed jsonfilter package, which is a lightweight alternative to jq for parsing JSON data. To use it simply run the following command for help: jsonfilter -h

If you still prefer to use the jq package, it can be installed directly from the OpenWrt repository. To do so, execute the following two commands:

opkg -e /etc/opkg/openwrt/distfeeds.conf update

and

opkg -e /etc/opkg/openwrt/distfeeds.conf install jq

Best regards,

This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.