rename rpi4 -> rpi5

This commit is contained in:
Konsta
2023-10-28 20:21:13 +03:00
parent f5db2884d7
commit 1c9bf21bfe
14 changed files with 43 additions and 43 deletions

25
ramdisk/init.rpi5.rc Normal file
View File

@@ -0,0 +1,25 @@
import /vendor/etc/init/hw/init.rpi5.usb.rc
on init
symlink /sdcard /storage/sdcard0
on fs
mount_all /vendor/etc/fstab.rpi5
on post-fs-data
# Create the directories used by the Wireless subsystem
mkdir /data/vendor/wifi 0770 wifi wifi
mkdir /data/vendor/wifi/wpa 0770 wifi wifi
mkdir /data/vendor/wifi/wpa/sockets 0770 wifi wifi
# Set indication (checked by vold) that we have finished this action
setprop vold.post_fs_data_done 1
on property:sys.boot_completed=1
# Reinit lmkd to reconfigure lmkd properties
setprop lmkd.reinit 1
service suspend_blocker_rpi /vendor/bin/suspend_blocker_rpi
class early_hal # Start together with system_suspend HAL
group system
user root