Adam5Wu / DSMNetworkingMod

Getting Synology DSM to work with OpenVSwitch + Bond + Multi-VLANs + Jumbo Packet + Virtualization
GNU General Public License v3.0
23 stars 2 forks source link

Patch: command not found #3

Closed mkrasselt1 closed 3 years ago

mkrasselt1 commented 3 years ago

Tried to apply this patch, I am used to linux consoles but this synology thing dosnt seem to have some package manager to apply this patch, whats a suitable alternative? Thought it might be a git command, no...

Adam5Wu commented 3 years ago

Interesting... I never realized that Synology stripped the patch command! That's sneaky...

I think you could scp to a standard Linux environment and apply patch there.

Alternatively, if you really want to do everything on that box, you could install docker and create a container with standard Linux environment, and move files via a shared folder... :P

mkrasselt1 commented 3 years ago

What a great solution you gave :) I did not think of this! Thanks this solved it :)