Openwrt 19.07 based Gargoyle

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

lukasz1992m
Posts: 2
Joined: Sun Jan 05, 2020 11:47 am

Re: Openwrt 19.07 based Gargoyle

Post by lukasz1992m »

Hi,

Quite a different thing:
I see the builds, but is there any feature list, bug list or milestones for 1.13 releases?

I could do tests on Xiaomi MIR3G device, which I own.

Thanks for Gargoyle!

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

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

No, at this stage the milestone is don't cause any feature regressions.
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.

papka__
Posts: 38
Joined: Tue Nov 19, 2019 4:07 pm

Re: Openwrt 19.07 based Gargoyle

Post by papka__ »

OpenWRT 19.07 is released. Any adjustments expected or simply commit could be changed?

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

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

A few small changes around ath10k and usb storage I think.
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.

papka__
Posts: 38
Joined: Tue Nov 19, 2019 4:07 pm

Re: Openwrt 19.07 based Gargoyle

Post by papka__ »

Tried to build Gargoyle based on OpenWRT release 19.07 for ramips. Is it only for me these 2 rows in config causing build to fail:

Code: Select all

...
CONFIG_SIGNATURE_CHECK=y
...
CONFIG_GCC_VERSION="7.5.0"
...
By commenting first row and reverting second to "7.4.0" I was able to build again.

PS. Second row require gcc-7.5.0.tar.xz which is missed.

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

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

Gcc should remain at 7.5.0, you may need to make clean to fix the build environment. And make sure you have the latest code.

The target config sets the gcc version (as you're aware above)
This commit (https://git.openwrt.org/?p=openwrt/open ... 53b6c5dc6f) drops 7.4.0, so if you didn't already have it downloaded it will fail.
Similarly if you have 7.5.0 in the config but not that commit, it will fail to download.

Signature check hasn't caused me any problems. What are the symptoms?
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.

papka__
Posts: 38
Joined: Tue Nov 19, 2019 4:07 pm

Re: Openwrt 19.07 based Gargoyle

Post by papka__ »

If I would miss a commit, code on my side would not be the same with git, or? I tried to delete ramips_source folder and then build again. Tried "make clean" and nothing help. Could you instruct how could I fix this?

I'll post errors when signature check is in config later.

Another thing is, that not working bandwidth usage/monitor and web monitor. Here is an error from log:

Code: Select all

daemon.err uhttpd[3144]: ERROR: Bandwidth query failed, make sure rule with specified id exists, and that you are performing only one query at a time.
However this problem appear already on RC2.

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

Re: Openwrt 19.07 based Gargoyle

Post by Lantis »

In your Gargoyle git folder, run the following

Code: Select all

git fetch --all
git pull
This assumes you are already on the base_on_openwrt_1907 branch.

Then

Code: Select all

make clean
make FULL_BUILD=true <your target>

That error usually just requires you to restart the firewall, which can be triggered by saving your connection settings, or rebooting.
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.

papka__
Posts: 38
Joined: Tue Nov 19, 2019 4:07 pm

Re: Openwrt 19.07 based Gargoyle

Post by papka__ »

Yes. I'm on 19.07
Lantis wrote:In your Gargoyle git folder, run the following
That error usually just requires you to restart the firewall, which can be triggered by saving your connection settings, or rebooting.
But router reboot, for example, not solving this problem. I thought I wrote about bandwidth monitoring problem already before, but can't find my post. It works without problems on 1.11, but not in 1.13.

papka__
Posts: 38
Joined: Tue Nov 19, 2019 4:07 pm

Re: Openwrt 19.07 based Gargoyle

Post by papka__ »

Interesting moment with Web usage. If you'ŗe on WAN - everything is working, but if you using USB modem as WAN, then first moment you set up everything (meaning switched to USB modem), web monitor working, but until reboot. If you rebooted device (meaning USB modem is a WAN from initial), web monitor not showing anything anymore.

Post Reply