mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
o Do not define WITH_SYSCONS and WITH_MICE on ia64. We cannot have
a generic kernel with syscons. o Do not define WITH_SLICES on ia64. We only label because we're going to create GPT disks.
This commit is contained in:
parent
f7da19f20b
commit
ceeef1c666
2 changed files with 4 additions and 4 deletions
|
|
@ -54,12 +54,12 @@
|
|||
|
||||
/*** Defines ***/
|
||||
|
||||
#if defined(__i386__) || defined(__alpha__) || defined(__ia64__) || defined(__amd64__)
|
||||
#if defined(__i386__) || defined(__alpha__) || defined(__amd64__)
|
||||
#define WITH_SYSCONS
|
||||
#define WITH_MICE
|
||||
#endif
|
||||
|
||||
#if defined(__i386__) || defined(__ia64__) || defined(__amd64__)
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
#define WITH_SLICES
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -54,12 +54,12 @@
|
|||
|
||||
/*** Defines ***/
|
||||
|
||||
#if defined(__i386__) || defined(__alpha__) || defined(__ia64__) || defined(__amd64__)
|
||||
#if defined(__i386__) || defined(__alpha__) || defined(__amd64__)
|
||||
#define WITH_SYSCONS
|
||||
#define WITH_MICE
|
||||
#endif
|
||||
|
||||
#if defined(__i386__) || defined(__ia64__) || defined(__amd64__)
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
#define WITH_SLICES
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue