Hello,
Jool and tayga modules/packages are available to install using admin panel and opkg but they seems to lack installation of the .ko files (preventing them to be modprobed and insmoded).
On Beryl 7 the installation of the same packages are adding them to /lib/modules (eg:/lib/modules/5.4.281/jool.ko)
On the Mudi 7 the .so are missing and the modules can't be loaded.
My ISP only provide IPv6 (Bouygues France) on mobile.
That means that by default ipv4 is unreachable
```
root@GL-E5800:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
ping: sendto: Network unreachable
```
But going through the IPv6 to IPv4 translation (NAT64) works fine
```
root@GL-E5800:~# ping6 64:ff9b::1.1.1.1
PING 64:ff9b::1.1.1.1 (64:ff9b::101:101): 56 data bytes
64 bytes from 64:ff9b::101:101: seq=0 ttl=54 time=33.555 ms
```
Could you build and push new version of those packages with .so files for the latest firmware? Thanks!