> > @@ -301,9 +301,26 @@ interface_ip_add_target_route(union if_addr *addr,
> > bool v6, struct interface *if
> > route->mask = v6 ? 128 : 32;
> > memcpy(&route->addr, addr, addrsize);
> > memcpy(&route->nexthop, &r_next->nexthop, sizeof(route->nexthop));
> > - route->mtu = r
When installing additional rpcd modules, a restart of rpcd is required.
This often confuses users as even after installing rpcd-mod-rpcsys the
relevant ubus objects are still missing until rpcd has been restarted
(or the system has been rebooted, obviously).
Let rpcd-mod-* restart rpcd as post-inst
Hi Luka,
> On 28. Oct 2021, at 07:08, Luka Logar wrote:
>
> Hi,
>
> I've submitted a set of patches in Februray to enable certificate/two factor
> authentication for LuCI.
>
> I guess, there is no will to accept those patches?
Could you please send me those patches again I can’t seem to fin
Hi,
I've submitted a set of patches in Februray to enable certificate/two
factor authentication for LuCI.
I guess, there is no will to accept those patches?
Kind regards
Luka
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https:/
From: Rafał Miłecki
This results in at least bootable system if something goes wrong and
"rootfs_data" isn't available.
Signed-off-by: Rafał Miłecki
---
I noticed this problem on my UBI based system without "rootfs_data".
This allows me to at least access my device.
Can this break any setups?