From 2e7928ec7af8e804c4221e57022fe0b6dd35420f Mon Sep 17 00:00:00 2001 From: Jybz Date: Sun, 6 Oct 2019 17:11:50 +0000 Subject: [PATCH] MAJ (bug lignes manquantes) --- platforms/rpi2/specialFunctions.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platforms/rpi2/specialFunctions.sh b/platforms/rpi2/specialFunctions.sh index ec40480..97e25d4 100644 --- a/platforms/rpi2/specialFunctions.sh +++ b/platforms/rpi2/specialFunctions.sh @@ -55,6 +55,13 @@ function postPrepareChroot() } function bunrningBootloader() +{ + #Nothing to do. (Except replacing default function.) + return 0 +} + + +function copyingCustomSystem() { info "copying 10-vchiq-permissions.rules" cp --preserve=mode "${CONFIG_PATH}/10-vchiq-permissions.rules" "${BUILD_PATH}/etc/udev/rules.d/"