mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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
|
# Run installer scripts one by one
|
||||||
LOGFILE="$BASEDIR/log/_build.installer.log"
|
LOGFILE="$BASEDIR/log/_build.installer.log"
|
||||||
export LOGFILE
|
export LOGFILE
|
||||||
ipfiremake as86
|
if [ "${MACHINE:0:3}" != "arm" ]; then
|
||||||
ipfiremake mbr
|
ipfiremake as86
|
||||||
ipfiremake memtest
|
ipfiremake mbr
|
||||||
|
ipfiremake memtest
|
||||||
|
fi
|
||||||
ipfiremake installer
|
ipfiremake installer
|
||||||
cp -f $BASEDIR/doc/COPYING $BASEDIR/build/install/initrd/
|
cp -f $BASEDIR/doc/COPYING $BASEDIR/build/install/initrd/
|
||||||
installmake strip
|
installmake strip
|
||||||
|
|||||||
Reference in New Issue
Block a user