mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Merge branch 'raspi3' into 'master'
Fix bcm2835-sdhcid location See merge request redox-os/cookbook!429
This commit is contained in:
commit
e087d95e84
@ -28,7 +28,7 @@ x86_common_bins()
|
||||
aarch64_bins()
|
||||
{
|
||||
case "${BOARD}" in
|
||||
raspi3b | raspi3bp)
|
||||
raspi3b*)
|
||||
BINS+=(bcm2835-sdhcid)
|
||||
;;
|
||||
*)
|
||||
@ -61,7 +61,7 @@ export CARGO_PROFILE_RELEASE_PANIC=abort
|
||||
for bin in "${BINS[@]}"
|
||||
do
|
||||
case "${bin}" in
|
||||
pcid | fbcond | inputd | vesad | lived | ps2d | acpid)
|
||||
pcid | fbcond | inputd | vesad | lived | ps2d | acpid | bcm2835-sdhcid)
|
||||
cp -v "target/${TARGET}/release/${bin}" "${COOKBOOK_STAGE}/bin"
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user