Page 11 of 17

Re: Openwrt 19.07 based Gargoyle

Posted: Sun Jan 05, 2020 11:54 am
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!

Re: Openwrt 19.07 based Gargoyle

Posted: Sun Jan 05, 2020 6:24 pm
by Lantis
No, at this stage the milestone is don't cause any feature regressions.

Re: Openwrt 19.07 based Gargoyle

Posted: Tue Jan 07, 2020 2:56 pm
by papka__
OpenWRT 19.07 is released. Any adjustments expected or simply commit could be changed?

Re: Openwrt 19.07 based Gargoyle

Posted: Tue Jan 07, 2020 5:14 pm
by Lantis
A few small changes around ath10k and usb storage I think.

Re: Openwrt 19.07 based Gargoyle

Posted: Sat Jan 11, 2020 4:47 pm
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.

Re: Openwrt 19.07 based Gargoyle

Posted: Sat Jan 11, 2020 7:01 pm
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?

Re: Openwrt 19.07 based Gargoyle

Posted: Sun Jan 12, 2020 3:13 am
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.

Re: Openwrt 19.07 based Gargoyle

Posted: Sun Jan 12, 2020 3:37 am
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.

Re: Openwrt 19.07 based Gargoyle

Posted: Sun Jan 12, 2020 3:51 am
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.

Re: Openwrt 19.07 based Gargoyle

Posted: Sun Jan 12, 2020 5:01 am
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.