Skip to content

Commit

Permalink
[bot] AutoMerging: merge all upstream's changes:
Browse files Browse the repository at this point in the history
* https://github.com/coolsnowwolf/lede:
  rockchip: fix failure in copying device dtbs (coolsnowwolf#12408)
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
2 parents 7e1469f + d393c0c commit 397fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/rockchip/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define Build/boot-common
rm -fR $@.boot
mkdir -p $@.boot

$(CP) $(KDIR)/image-$(firstword $(DEVICE_DTS)).dtb $@.boot/rockchip.dtb
$(CP) $(KDIR)/image-$(firstword $(notdir $(DEVICE_DTS))).dtb $@.boot/rockchip.dtb
$(CP) $(IMAGE_KERNEL) $@.boot/kernel.img
endef

Expand Down

0 comments on commit 397fe7d

Please sign in to comment.