From e1e23ae057dd494fb9c5e8da089708edc298d37c Mon Sep 17 00:00:00 2001 From: Jybz Date: Sun, 6 Oct 2019 17:12:18 +0000 Subject: MAJ (bug lignes manquantes) --- platforms/rpi3+/specialFunctions.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'platforms/rpi3+/specialFunctions.sh') diff --git a/platforms/rpi3+/specialFunctions.sh b/platforms/rpi3+/specialFunctions.sh index 2ecfe20..34805d5 100644 --- a/platforms/rpi3+/specialFunctions.sh +++ b/platforms/rpi3+/specialFunctions.sh @@ -56,6 +56,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/" -- cgit v1.2.1