hi, I have build the firmware from source, but I want to build os-pptp in the firmware,
how can I do?
Thanks!
anyone can give an advice? :)
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
Franco, thank you very much.