Page 2 of 2

Re: plugin installation issue

Posted: Sat Jul 27, 2019 9:49 am
by RomanHK
If you want OpenWrt packages to work, you must change the source address (OpenWrt moved old packages to the archive, this is just Gargoyle <= 1.10.0).

Run ssh commands (eg via Putty) to correct addresses:

Code: Select all

search="http://downloads.openwrt.org/"
replace="http://archive.openwrt.org/"
sed -i -e "s!$search!$replace!" /etc/opkg.conf
After pressing the "Refresh Plugins" button (or via the ssh command gpkg update) everything should work.

Re: plugin installation issue

Posted: Sat Jul 27, 2019 11:40 am
by erez669
meanwhile, i need only plugins, which source i need for packages?
** now i see the page 2 with ssh commands, thanks for your help **
the problem was the dns servers, i changed them and it works.