From 85422b2328b17038e857267e957a85f7c9e0653f Mon Sep 17 00:00:00 2001 From: Jybz Date: Sun, 6 Oct 2019 17:12:04 +0000 Subject: MAJ (bug lignes manquantes) --- platforms/rpi3/specialFunctions.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'platforms') diff --git a/platforms/rpi3/specialFunctions.sh b/platforms/rpi3/specialFunctions.sh index ec40480..97e25d4 100644 --- a/platforms/rpi3/specialFunctions.sh +++ b/platforms/rpi3/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/" -- cgit v1.2.1