mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops, left a compile option enabled that should not be enabled.
This commit is contained in:
parent
34ea500bea
commit
b9aaa6961b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ opt_netgraph.h:
|
|||
echo "#define NETGRAPH 1" > ${.TARGET}
|
||||
opt_global.h:
|
||||
echo "#define ALTQ 1" > ${.TARGET}
|
||||
echo "#define DEVICE_POLLING 1" >> ${.TARGET}
|
||||
echo "#define DEVICE_POLLING 0" >> ${.TARGET}
|
||||
opt_bpf.h: # FreeBSD-5:
|
||||
echo "#define DEV_BPF 1" > ${.TARGET}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue