plugin installation issue

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: plugin installation issue

Post 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.
Last edited by RomanHK on Sun Jul 28, 2019 2:05 am, edited 1 time in total.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

erez669
Posts: 112
Joined: Sun May 12, 2013 4:52 pm

Re: plugin installation issue

Post 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.

Post Reply