how can I build os-pptp plugins into the firmware?

Started by heimi, March 13, 2017, 10:13:32 AM

Previous topic - Next topic
hi, I have build the firmware from source, but I want to build os-pptp in the firmware,
how can I do?
Thanks!


all plugins have a root directory src which you can move inside the matching directory of core. In this case you must also update the dependencies of core.

Quote from: fabian on March 14, 2017, 08:55:19 AM
all plugins have a root directory src which you can move inside the matching directory of core. In this case you must also update the dependencies of core.

hi fabian, thanks for your advice.

Hi heimi,

If you talk about building images, that's what ADDITIONS is for:

https://github.com/opnsense/tools#detailed-build-steps-and-options

Just set:

# make cdrom ADDITIONS=os-pptp


Cheers,
Franco