mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Check correct machine name.
This commit is contained in:
parent
f974f604ef
commit
0f8a77bf29
1 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,8 @@ mediaInitCDROM(Device *dev)
|
|||
if (strcmp(cp, "any") &&
|
||||
#ifdef __alpha__
|
||||
strcmp(cp, "alpha")) {
|
||||
#elif defined(PC98)
|
||||
strcmp(cp, "pc98")) {
|
||||
#elif defined(__sparc64__)
|
||||
strcmp(cp, "sparc64")) {
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue