-
Notifications
You must be signed in to change notification settings - Fork 63
DSM 7: Enable Compiling Of Native Modules
oznu edited this page Jan 24, 2022
·
9 revisions
Some plugins require native modules to be compiled during installation. To enable this on DSM 7 you will need to install the Entware toolchain and a few packages.
SSH to your NAS, sudo su
to root and follow the instructions here:
https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS
SSH to your NAS, sudo su
to root and run the following command:
opkg install make gcc
Restart the Homebridge package from Package Centre. You should now be able to install plugins that need to compile native modules.