Page 1 of 1

Installing plugins manually

Posted: Thu Aug 19, 2021 9:55 pm
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

Re: Installing plugins manually

Posted: Fri Aug 20, 2021 2:35 pm
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.