From 78c5e77be26ff48f0c75f9d84e3cb98d3f932b13 Mon Sep 17 00:00:00 2001 From: Austin Robertson Date: Tue, 25 Sep 2018 15:47:13 -0500 Subject: [PATCH] add notes on building - closes #4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b4252..52776ce 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you don't have three NICs, you can buy this cheap USB NIC one [from Amazon](T ssh root@pfsense chmod 555 /boot/kernel/ng_etf.ko ``` - b) Or you, a responsible sysadmin, can compile the module yourself from a trusted FreeBSD 11.1 machine: + b) Or you, a responsible sysadmin, can compile the module yourself from a another, trusted FreeBSD 11.1 machine. _You cannot build packages directly on pfSense._ ``` fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/11.1-RELEASE/src.txz tar -C / -zxvf src.txz