mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hacks to get i386 and pc98 building:
- TARGET=${TARGET_MACHINE}
- BOOT2_UFS=UFS1_ONLY
This commit is contained in:
parent
1281f763a9
commit
473ef84576
1 changed files with 2 additions and 0 deletions
|
|
@ -392,6 +392,7 @@ MAIN:{
|
|||
'__MAKE_CONF' => "/dev/null",
|
||||
'MAKEOBJDIRPREFIX' => "$sandbox/obj",
|
||||
|
||||
'TARGET' => $machine,
|
||||
'TARGET_ARCH' => $arch,
|
||||
'TARGET_MACHINE' => $machine,
|
||||
|
||||
|
|
@ -402,6 +403,7 @@ MAIN:{
|
|||
|
||||
'MAKE_KERBEROS4' => "YES",
|
||||
'MAKE_KERBEROS5' => "YES",
|
||||
'BOOT2_UFS' => "UFS1_ONLY",
|
||||
);
|
||||
|
||||
# Build the world
|
||||
|
|
|
|||
Loading…
Reference in a new issue