Additionally there is some good work on 802.11v. Looks like it is getting close to prime time. Would be a good feature to add. Commercial grade roaming (r+k+v) from a consumer router might be around the corner.
The default kernel used for ipq806x has now been toggled from 4.19 to 5.4.
Not much visible things to the user, but hopefully improvements under the hood.
According to your numbers you have around 50 MByte/s throughput for both builds.
I just tested again with exactly same conditions for master ct firmware vs Voxel with transfer of 8.3 GB and got 1:42 with stock ( 81 MBs) and 2:24 (50 MBs) with master.
I have very consistent test results.
Interesting and i dont know why you have similar results for stock and OpenWrt.
Anyone is having this? For a while all builds does not show anymore IPv6 Upstream info on the right side of IPv4 Upstream on the Status > Overview page. Network > Interfaces has WAN6 connected with IPv6 IP address assigned.
The error is:
GET https://192.168.1.1/luci-static/resources/protocol/relay.js?v=git-20.089.25318-f89efcf 404 (Not Found)
Thanks. Strange, on some other build the IPv6 info is there with exact same settings. Only that yours here are lean and just running so good…
Also, after reboot IPv6 upstream info is shown but it is disappearing shortly. Wondering which of my settings is affecting this. Might try a reset later again.
If you would look a bit back in the log, you would likely see that there is kernel hash caused dependency error. I stumbled into that yesterday.
The (kernel) config parser / kernel config file locations / vermagic related changes yesterday. Look at the git changes. Likely those changes cause some stamp to be there wrongly, despite the make clean.
I did yesterday:
make clean
make config-clean
rm -rf tmp (just in case, as package data is stored in semi-hidden .dot files there)
Great work with your firmware, and i love it.
I've been using it a couple of months now... and using your build method there are some packages i want to add and some i want to remove.
Can i just add/remove them in the ".config.init" and then run "make defconfig"?
For example i would like to remove wiregard, and add minidnla...
Can we also change the Kernel version? i ask this because minidnla requires a different version to work...
Also, in your tutorial you have this:
"Copy extra custom files to /files . E.g. your personal settings to be the included in the firmware."
Could you clarify this? from my understating we can backup our current config (from Luci for example, in tar/gz...) put this file in the /file dir and when we upgrade it will have our running config?