Hi, I’m trying to add package for LLDP support (used for network discovery of Profinet based devices) with following commands:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
opkg -e /etc/opkg/openwrt/distfeeds.conf install lldpd
Seems that package was installed fine:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
Downloading https://downloads.openwrt.org/releases/21.02.0/targets/ath79/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/ath79/generic/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz, wget returned 8.
root@RUT360:~# opkg -e /etc/opkg/openwrt/distfeeds.conf install lldpd
Installing lldpd (1.0.7-1) to root...
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/lldpd_1.0.7-1_mips_24kc.ipk
Installing libevent2-7 (2.1.12-1) to root...
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/libevent2-7_2.1.12-1_mips_24kc.ipk
Configuring libevent2-7.
Configuring lldpd.
root@RUT360:~#
But after reboot of router, I’m still not able to discover any devices over LLDP. Any ideas? Thanks