teffalump

Results 4 comments of teffalump

The build script needs to be updated for DSM7+. Notably, to handle 7.1, currently https://github.com/runfalk/synology-wireguard/blob/19cd73c50babedb47387c6c53f94054b93d8321f/build.sh#L34-L42 should change to clone_args="-b DSM7.0" ==> clone_args="-b DSM$DSM_VER" I think another issue mentions this. And...

https://github.com/runfalk/synology-wireguard/issues/88#issuecomment-1026355820 The /dev mount needs to be in the build.

I suppose once the standard becomes mostly non-volatile, this issue becomes less complex. From what I gather, you are asking about [monkey patching](https://stackoverflow.com/questions/5626193/what-is-a-monkey-patch). EDIT: An example. ``` from classes import...

@lantis1008: I'm looking forward to it. =-) I need to push people over to @dibdot and yours packages. =-)