mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
Disable build of memtest86 (and dependencies).
This is not supported on ARM.
This commit is contained in:
8
make.sh
8
make.sh
@@ -751,9 +751,11 @@ buildinstaller() {
|
||||
# Run installer scripts one by one
|
||||
LOGFILE="$BASEDIR/log/_build.installer.log"
|
||||
export LOGFILE
|
||||
ipfiremake as86
|
||||
ipfiremake mbr
|
||||
ipfiremake memtest
|
||||
if [ "${MACHINE:0:3}" != "arm" ]; then
|
||||
ipfiremake as86
|
||||
ipfiremake mbr
|
||||
ipfiremake memtest
|
||||
fi
|
||||
ipfiremake installer
|
||||
cp -f $BASEDIR/doc/COPYING $BASEDIR/build/install/initrd/
|
||||
installmake strip
|
||||
|
||||
Reference in New Issue
Block a user