1
0

bug on the name of kernel7 in place of kernel7.img

This commit is contained in:
Daniel Tartavel
2019-03-17 15:13:55 +01:00
parent b4e21eca05
commit 1c3749325b
2 changed files with 10 additions and 7 deletions

View File

@ -20,6 +20,9 @@ ARM_VERSION="armv7hl"
#target plateform (xu3-4 or rpi)
TARGET="rpi"
#version of the target
# 0, 1, 2 ,3_32 for rpi and 3 or 4 for odroid
TARGET_VERSION="3_32"
# URL of the Mageia mirror used to install ( see mirrors.mageia.org )
MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/$MAGEIA_VERSION/$ARM_VERSION"
@ -51,6 +54,6 @@ HOSTNAME="$TARGET.$ID_USER"
#DO NOT CHANGE THIS
BOOTFS="vfat"
#Path where the raspberry pi firmware is/will be downloaded
#Path where the raspberry pi firmware is/will be installed
FIRMWARE_PATH="$INSTALL_PATH"
FIRMWARE_DIR="firmware-stable"