diff options
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/rpi3/specialFunctions.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -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/" info "Making /etc/modules" |