Search found 6751 matches

by Lantis
Mon Mar 11, 2024 6:44 am
Forum: Hardware / Installation Issues
Topic: TP-LINK WR1043ND v1.8 failed update to 1.14
Replies: 4
Views: 259

Re: TP-LINK WR1043ND v1.8 failed update to 1.14

Load an earlier version, or try a 1.15 beta build https://lantisproject.com/gargoyle_cust ... lds/ath79/

In reality, your device is now at the edge of no longer having enough storage to get newer versions.
by Lantis
Mon Mar 11, 2024 5:42 am
Forum: Gargoyle Development
Topic: Netgear R8000
Replies: 33
Views: 33315

Re: Netgear R8000

Hi, Tried to build gargoyle large then basic and both fail with the same error. Collected errors: * check_conflicts_for: The following packages conflict with wpad-openssl: * check_conflicts_for: wpad-basic-wolfssl * * opkg_install_cmd: Cannot install package gargoyle-basic. * check_conflicts_for: T...
by Lantis
Mon Mar 11, 2024 5:38 am
Forum: General Discussion
Topic: What wifi router to buy?
Replies: 7
Views: 743

Re: What wifi router to buy?

by Lantis
Mon Mar 11, 2024 5:36 am
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05
Replies: 41
Views: 3130

Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05

Gargoyle 1.15.x is based on OpenWrt 23.05, which is a significant leap forward from 22.03 for 1.14.x. This is the first "stable beta" (if there is such a thing) which includes all images generated, and a few new targets/profiles. Configs should generally not be preserved between 1.14 (and ...
by Lantis
Sat Mar 09, 2024 7:43 pm
Forum: General Discussion
Topic: What wifi router to buy?
Replies: 7
Views: 743

Re: What wifi router to buy?

From an OpenWrt 23.05 point of view there are many options. One that is particularly interesting is the GLiNet Flint 2 (aka MT6000). Wifi 6, loads of flash storage and processing power, 2.5gbps WAN and LAN, and a built in recovery method making it very difficult to brick. It is gaining a lot of popu...
by Lantis
Thu Mar 07, 2024 10:27 pm
Forum: Off Topic
Topic: Forum Registration Issues - Resolved
Replies: 1
Views: 238900

Re: Forum Registration Issues

I’ve been told that this problem should now be resolved!
by Lantis
Thu Feb 22, 2024 8:37 am
Forum: General Discussion
Topic: bwmon missing data?
Replies: 2
Views: 337

Re: bwmon missing data?

I don’t have that many users to test with. Would you dump your data file and send it to me so I can do some checking on my end? /etc/init.d/bwmon_gargoyle stop Export the data from /usr/data/bwmon /etc/init.d/bwmon_gargoyle start It would also be worth checking on 1.14 or 1.15 for the same error. I ...
by Lantis
Mon Feb 19, 2024 8:41 am
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 42966

Re: how-to Quick build

What’s the build error? Would help narrow it down too. It shouldn’t be looping under this: make FULL_BUILD=true ath79.default Once it fails, re run as make BUILD_THREADS=1 ath79.default This should then make the error that is stopping the build the last thing on screen (as it now runs single threade...
by Lantis
Mon Feb 19, 2024 8:18 am
Forum: Network / Wireless Issues
Topic: VPN network Theory (Gargoyle)
Replies: 23
Views: 646414

Re: VPN network Theory (Gargoyle)

I have a prototype of this working locally. Here's a diff if you want to try it yourself. There's currently ZERO error checking. You need to enter a proper ip/subnet for it to work e.g. 192.168.10.0 255.255.255.0 Note the trailing zero on the IP. I will write code that checks and fixes this later an...