I was in the process of releasing a beta and I discovered that there’s an issue with libewget fetching https websites, which prevents plugin install from repositories.
I’ll fix this and then it will be released.
Search found 7097 matches
- Tue Jul 01, 2025 4:23 am
- Forum: Gargoyle Development
- Topic: base_on_openwrt_2410
- Replies: 8
- Views: 1227
- Mon Jun 30, 2025 6:40 pm
- Forum: Hardware / Installation Issues
- Topic: Linksys EA8500
- Replies: 6
- Views: 5844
Re: Linksys EA8500
You can go one version prior https://lantisproject.com/downloads/gargoylebuilds/details?build=1.15.x_20241113&target=ipq806x&dtf=eyJjIjpbMCwyXSwibyI6W1swLCJhc2MiXV0sInAiOjAsInBsIjoxMH0&dtr=eyJjIjpbMCwxLDIsM10sIm8iOltbMiwiYXNjIl1dLCJwIjowLCJwbCI6MTB9 I have no idea why the latest version ...
- Sun Jun 29, 2025 7:24 am
- Forum: Network / Wireless Issues
- Topic: VPN network Theory (Gargoyle)
- Replies: 40
- Views: 777376
Re: VPN network Theory (Gargoyle)
No sir. Where you downloaded 1.15.x from there will be links to add the appropriate plugin repositories in. All plugins will then show up with appropriate versions. If you are still seeing plugins from an old install showing, did you keep settings? Or, you're using Extroot? Either one should be reset.
- Sat Jun 28, 2025 2:17 am
- Forum: Gargoyle Development
- Topic: base_on_openwrt_2410
- Replies: 8
- Views: 1227
Re: base_on_openwrt_2410
Alright I've put one of these images into production for my home network and so far so good.
I have a reasonable level of confidence so far, will know more in a few days.
I have a reasonable level of confidence so far, will know more in a few days.
- Thu Jun 26, 2025 6:42 pm
- Forum: Network / Wireless Issues
- Topic: Slower internet while using Gargoyle (TP-Link Archer C7 v5)
- Replies: 2
- Views: 230
Re: Slower internet while using Gargoyle (TP-Link Archer C7 v5)
With the additional overhead of PPPoE, no sorry. Your device is pretty much tapped out without employing tricks like offloading which do not work with Gargoyle. You might gain back 10-15% by disabling the bandwidth monitor. This must be done on the command line. In v1.15.x there is a GUI toggle to d...
- Wed Jun 25, 2025 5:40 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
- Replies: 6
- Views: 32711
Re: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
The boot delay may be the check for busy Wifi frequencies that's a requirement in some/most regulatory domains in order to allow usage of high bandwidth channels or some of the 5Ghz channels (weather radar compatibility). It doesn't bother me at all 'cause uptime of my routers is measured in years ...
- Wed Jun 25, 2025 5:39 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
- Replies: 6
- Views: 32711
Re: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
What is your WAN? Is it wired or wireless? Do you have quotas or QoS enabled? Boot time should not be significantly longer than plain OpenWrt before the web interface becomes accessible. On my minipc it is 10s or less lol. On a GLiNET MT6000 I would say 30-45s web interface up. Access to the interne...
- Wed Jun 25, 2025 3:54 am
- Forum: Gargoyle Development
- Topic: base_on_openwrt_2410
- Replies: 8
- Views: 1227
Re: base_on_openwrt_2410
Not quite yet, give me a few more days.
I’ve only tested x86/64 and mediatek/filogic, and have only committed the former.
I’m doing a bulk update of all packages to their latest available (I’m past halfway). Will then check all targets compile successfully and push them in.
I’ve only tested x86/64 and mediatek/filogic, and have only committed the former.
I’m doing a bulk update of all packages to their latest available (I’m past halfway). Will then check all targets compile successfully and push them in.
- Sat Jun 21, 2025 8:00 am
- Forum: Monitoring / Quota / QoS Issues
- Topic: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
- Replies: 6
- Views: 32711
Re: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
You are correct that there is an issue. It has been resolved in February 2024.
If you run 1.15.x you will not have this issue.
viewtopic.php?t=18113
If you run 1.15.x you will not have this issue.
viewtopic.php?t=18113
- Thu Jun 19, 2025 8:17 pm
- Forum: Network / Wireless Issues
- Topic: Weird issue Gargoyle 1.15.X
- Replies: 10
- Views: 53311
Re: Weird issue Gargoyle 1.15.X
Search on the command line with grep is probably easier to find things. grep -r “Add Static IP Address” /www A lot of the strings are in the /www/i18n/ directory so that the GUI can support translation to other languages. The SH files in /www drive the display of data. Language strings are reference...