Snapshot devisos?
-
don't suppose these are being generated and hidden somewhere? if not, i can build one, but the buildhost i have is a VM, and it's going to take a while.
-
I don't know that those builds work, none of us use them and haven't in quite a while so I don't think it's even been tried in a long time. Just use a stock FreeBSD 8.1 to build what you need.
-
@cmb:
I don't know that those builds work, none of us use them and haven't in quite a while so I don't think it's even been tried in a long time. Just use a stock FreeBSD 8.1 to build what you need.
that would work better if opt_global.h, at least, were shipped, since the provided kernel is not GENERIC.
(and yes, about 10 hours later, the deviso build fell on its face)
-
FreeBSD 8.1 works to build anything I've tried. Anything that gets patched or replaced is in the git repos, so if you follow the instructions to setup a builder, you have everything you need.
-
FreeBSD 8.1 works to build anything I've tried. Anything that gets patched or replaced is in the git repos, so if you follow the instructions to setup a builder, you have everything you need.
Well, for kernel modules, a current 8.1 didn't work with my few-week-old router; The key is making sure __FreeBSD_version in sys/param.h in the source tree you have matches sysctl kern.osreldate from the pfsense you have.
-
currently, the builder is on RELENG_8_1 as of (I think) 6/30 or so. At some point the patches broke, but if you sync from the supfile in the tools folder, the code will match, as it has the proper date= tag.