Adjust Repositories

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Laiza7i
Posts: 23
Joined: Sat May 05, 2018 5:29 pm

Adjust Repositories

Post by Laiza7i »

Hi! Please specify repositories url (src/gz snapshots) for the latest Gargoyle to add to my /etc/opkg.conf

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Adjust Repositories

Post by Lantis »

What version are you running?
All official releases should be set automatically and only need changes as per this thread: viewtopic.php?f=5&t=11432

Latest snapshots do not have an official repository and the packages ship with the downloads so you can create your own.

I hope this answers your question
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Laiza7i
Posts: 23
Joined: Sat May 05, 2018 5:29 pm

Re: Adjust Repositories

Post by Laiza7i »

Lantis wrote:What version are you running?
Gargoyle version 1.10.0

Laiza7i
Posts: 23
Joined: Sat May 05, 2018 5:29 pm

Re: Adjust Repositories

Post by Laiza7i »

Lantis wrote:All official releases should be set automatically and only need changes as per this thread: phpbb/viewtopic.php?f=5&t=11432

Latest snapshots do not have an official repository and the packages ship with the downloads so you can create your own.

I hope this answers your question
Sorry, I don't understand anything. This is my /etc/opkg.conf

Code: Select all

dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
option check_signature 1
dest plugin_root /plugin_root

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Adjust Repositories

Post by Lantis »

What device are you using?
can you please provide a screenshot of the plugins page from the GUI?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Laiza7i
Posts: 23
Joined: Sat May 05, 2018 5:29 pm

Re: Adjust Repositories

Post by Laiza7i »

Lantis wrote:What device are you using?
can you please provide a screenshot of the plugins page from the GUI?
Can you see my attachmennt screenshot? If not, there is text version:

Plugin Root:/plugin_root
Root Drive 512.000 kBytes Total, 224.000 kBytes Free
  • English-EN language strings for Gargoyle web interface
  • OpenVPN Support for Gargoyle
  • USB Printer Support for Gargoyle
  • USB Storage Support for Gargoyle
And that is all!
Last edited by Laiza7i on Sun May 06, 2018 7:17 am, edited 3 times in total.

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Adjust Repositories

Post by Lantis »

I don't understand why they would be missing on a clean install, but for your router they should be

Code: Select all

src/gz chaos_calmer_base http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base
src/gz chaos_calmer_management http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/management
src/gz chaos_calmer_packages http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages
src/gz chaos_calmer_routing http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/routing
src/gz chaos_calmer_telephony http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/telephony

src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.10/ar71xx/default
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Laiza7i
Posts: 23
Joined: Sat May 05, 2018 5:29 pm

Re: Adjust Repositories

Post by Laiza7i »

Lantis wrote:I don't understand why they would be missing on a clean install, but for your router they should be

Code: Select all

src/gz chaos_calmer_base http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base
src/gz chaos_calmer_management http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/management
src/gz chaos_calmer_packages http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages
src/gz chaos_calmer_routing http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/routing
src/gz chaos_calmer_telephony http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/telephony

src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.10/ar71xx/default
Ok. Thanks. I'll try it! Can I put them to /etc/opkg/distfeeds.conf according to https://openwrt.org/docs/guide-user/add ... tware/opkg

Laiza7i
Posts: 23
Joined: Sat May 05, 2018 5:29 pm

Re: Adjust Repositories

Post by Laiza7i »

Lantis wrote:I don't understand why they would be missing on a clean install, but for your router they should be

Code: Select all

src/gz chaos_calmer_base http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base
src/gz chaos_calmer_management http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/management
src/gz chaos_calmer_packages http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages
src/gz chaos_calmer_routing http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/routing
src/gz chaos_calmer_telephony http://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/telephony

src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.10/ar71xx/default
If I put these lines to /etc/opkg/distfeeds.conf according to https://openwrt.org/docs/guide-user/add ... tware/opkg it won't be active.

If to put them to file /etc/opkg.conf - works fine.

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Adjust Repositories

Post by Lantis »

That part of the wiki is not applicable here
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply