summaryrefslogtreecommitdiffstats
path: root/features/intel-e1xxxx
Commit message (Collapse)AuthorAgeFilesLines
* resolv kernel config check warningsAdrian Calianu2021-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | - removed trailing whitespaces - 'CONFIG_RAID6_FORCE_INT' last val (y) and .config val (n) do not match - remove it, use AVX2 - 'CONFIG_E1000E_HWTS' last val (m) and .config val (y) do not match - must be builtin - 'CONFIG_ATH_COMMON' last val (n) and .config val (m) do not match - most be added explicitly - update features/nfs/nfs_n.cfg to 5.10 kernel to fix follwoing info: [INFO]: the following symbols were not found in the active configuration: - CONFIG_NFSD_FAULT_INJECTION - CONFIG_CIFS_STATS - CONFIG_CIFS_ACL - CONFIG_CIFS_SMB2 - CONFIG_NCP_FS Change-Id: Icc21ae92125b997af9d819b22bc41e5edb1f4a81 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* fix path of new guest featuresAdrian Calianu2017-09-274-0/+14
| | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* Kernel: Optimize boot time and add start/end messagesGabriel Ionescu2017-06-094-0/+14
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>