tusc / wireguard-kmod

WireGuard for UDM series routers
https://www.wireguard.com/
350 stars 18 forks source link

GPL Archive - UDM/UDMPro 2.5.17 #81

Closed mcpat-it closed 1 year ago

mcpat-it commented 1 year ago

@peacey My nfs kernel modules are not working with 2.4.x, GPL with new Firmware 2.5.17, just received the new GPL Archive

GPL UDM Base v2.5.17 and GPL UDM Pro v2.5.17

It seems there is a difference between both versions... I just compiled for my UDM, nfs is working again... ;)

Cheers MCPat

mcpat-it commented 1 year ago

@peacey if you want please try my modules on your pro to check if they are working. Extract at a safe place and try insmod sunrpc.ko, it's located unter kernel/net/sunrpc.

kernel modules v2.5.17

In this kernel modules package also included:

  1. iptables raw (ipv4 and ipv6)
  2. wireguard latest version with all unifi patches
  3. as already mentioned: nfs server v3 and v4 and nfs client v3 and v4
  4. and cifs (samba)

And I am hardly working on finalizing my repository. With 2.4.x+ it's now much easier to distribute with apt-get and we have now a working systemd which makes start scripts useless for common users. Not ready as deb packages I already have a running nfs server and nfs mount and cifs mount. Not compiled yet a working samba (I already did it, but not for the actual glibc 2.24). The nicest gimmick I have, is the working kms server, source is here.

Thx in advance.