plappermaul
plappermaul
v8 enhancements - improved 838x stability - improved 839x stability - include only required asm sources into build
Finally I was able to run a very simple benchmark on a 839x. Copy /dev/zero via SCP (AES256-CTR) to external PC ``` Frequency Grade Transfer Config 425 MHz Minimum 1.26...
PR v9 contains a slightly modified final version of the clock driver. It will provide reading of all clocks on RTL838X and RTL839X but only allows changing the CPU clock...
@oliv3r @svanheule May I ask how you want to proceed with this PR? Comparing this with the gitlab spin off repo it looks like we won't be able to include...
Understood. What I'm interested in is a clean/easy build environment for a Zyxel 1010. Bootable plus basic-ethernet-working. So that I can do module development without building full images. And this...
got the serial console on my new DGS-1210-52 F1 up and working. If there is something I can do, just tell me.
With https://github.com/openwrt/openwrt/pull/10319 there comes a lot of fixes and improvements. I will test a mix of these PRs.
Looking around we might need this for bonding_masters in luci/libs/rpcd-mod-luci/src/luci.c ``` rpc_luci_get_network_devices() { ... if (strcmp(e->d_name, ".") && strcmp(e->d_name, "..") && strcmp(e->d_name, "bonding_masters")) rpc_luci_parse_network_device_sys(e->d_name, ifaddr); ... } ```
For showing up bonding devices the proper way fix could be in luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js: ``` function getDevTypeDesc(section_id) { ... case 'bond': return _('LAG device'); ... } ```
I started taking care about the bonding_masters listing. Build environment is set up. Modification and compilation finished successfully. Afterwars replaced /usr/lib/rpcd/luci.so on the router and restarted rpcd and router. Nevertheless...