This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/rpi4cfs/5uart.bash

11 lines
137 B
Bash

maintainer=\
(
'Pedro Gonçalves <pedro@fe.up.pt>'
)
target_install()
{
$cmd_cp $pkg_dir/cfs/5uart/* ${cfg_dir_rootfs}/boot/
}