Installing plugins manually

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

Moderator: Moderators

Post Reply
wildbit
Posts: 3
Joined: Wed Jun 17, 2020 6:41 pm
Location: South America

Installing plugins manually

Post by wildbit »

Hello everyone, using my dir-825 router for a CCTV network with no internet access but need to install plugins on version 1.12. Where can I find the plugins and maybe a short description on how to install manually.

Thanks in advance

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

Re: Installing plugins manually

Post by RomanHK »

You can download plugins from my website:
http://gargoyle.romanhk.cz/1.12.x/1.12. ... x/default/

For example, copy the plugin to the /tmp directory (using USB and flash) and perform the installation as follows (example):

Code: Select all

gpkg install /tmp/plugin-gargoyle-logread_20120724-4_all.ipk
:idea: If you are using an already mounted USB drive, then you can perform the installation directly from USB, for example:

Code: Select all

gpkg install /tmp/usb_mount/dev_sda1/plugin-gargoyle-logread_20120724-4_all.ipk
If the plugin requires dependency on other modules, you will first need to install the required modules manually and then gradually reinstall the plugin.
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

Post Reply