Oops, left a compile option enabled that should not be enabled.
This commit is contained in:
parent
34ea500bea
commit
b9aaa6961b
@ -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 New Issue
Block a user