Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Enabled build of the SG module to make possible communication with RAID
adapters from Areca (https://www.areca.com.tw/).
|
|
Required for IPSec XFRM interfaces.
|
|
|
|
|
|
|
|
Compiling in support for intel and realtek nics
|
|
Only change is the kernel config loaded into 5.10.42 "make menuconfig"
So obsolete config entries are removed and new options are added with its default
|
|
The latest Intel QAT drivers make the 5.10 series Kernel crash and there was
no real and good response from Intel so far.
Today the build failed one more time by a source file moving around in the
Intel webservers. It's time to try to move the QAT functionality to the Kernel
buildin drivers.
|
|
|
|
cards"
Newer cards must use QMI it seems. It also feels more "robust".
|
|
|
|
This allows us to use kexec in the future to support fast reboots. This is more
important on physical hardware which can take 10+ minutes to POST.
Signed-Off-By: Rob Thomas <xrobau@gmail.com>
|
|
All throughout the history of vyos-build, NUMA has been disabled.
It WAS enabled back in Vyatta days, so something somewhere has
accidentally turned it off - and it's ALSO mentioned explicitly
in various pieces of documentation, so it's MEANT to be on!
Note for future researchers: CONFIG_INOTIFY_STACKFS=y is provided
by a patch, so patch the kernel BEFORE running make menuconfig, or
manually put it back. If not, it'll vanish and is a wanted part of
the build.
Signed-Off-By: Rob Thomas <xrobau@gmail.com>
|
|
|