OPNsense Forum

English Forums => General Discussion => Topic started by: Aadolf on March 01, 2016, 05:09:14 pm

Title: [SOLVED] make iso problem
Post by: Aadolf on March 01, 2016, 05:09:14 pm
hi all
when i want to make iso ,error is occurred :

could not found package opnsense-devel(please,take a look at attachment)

before make iso i succesfully run these scripts:
make base
make clean
make distfiles
make kernel
make packages
make core
make plugins
 
I know that all that script is not necessary but i run all of them to find my problem but unfortunately there is not opnsense-devel in the packages file.
core  16.1.4
ports 16.1.4
tools 16.1.4
src 16.1.3
freebsd 10.2
Title: Re: make iso problem
Post by: franco on March 01, 2016, 08:03:46 pm
# make core TYPE=opnsense
# make iso TYPE=opnsense

etc. or modify your tools.git/Makefile accordingly, it points to opnsense-devel by default (because this version is on the master branch).