mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
fdkrncfg: bugfix, version info check should not include signature
This commit is contained in:
parent
8c8d213119
commit
6d23a787fb
@ -161,7 +161,7 @@ void displayConfigSettings(KernelConfig * cfg)
|
||||
/* print known options and current value - only if available */
|
||||
|
||||
/* show kernel version if available, read only, no option to modify */
|
||||
if (cfg->ConfigSize >= 20)
|
||||
if (cfg->ConfigSize >= 12)
|
||||
{
|
||||
printf
|
||||
("%s kernel %s (build %d.%d OEM:%02X)\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user