pi3-aoe

ATA over Ethernet setup for Raspberry Pi 3
git clone https://git.parazyd.org/pi3-aoe
Log | Files | Refs

commit 430e0abb1730fbcb279383c99c47554717002e7f
parent 9892400136ad2c93740c17fae21c1f45bef2fb07
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 11:42:12 +0100

Correct firmware paths.

Diffstat:
MMakefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,10 +28,10 @@ $(AOE_SRC): boot/bootcode.bin: $(FIRMWARE_SRC) mkdir -p boot - cp $(FIRMWARE_SRC)/start* boot - cp $(FIRMWARE_SRC)/fixup* boot - cp $(FIRMWARE_SRC)/LICENCE.broadcom boot - cp $(FIRMWARE_SRC)/COPYING.linux boot + cp $(FIRMWARE_SRC)/boot/start* boot + cp $(FIRMWARE_SRC)/boot/fixup* boot + cp $(FIRMWARE_SRC)/boot/LICENCE.broadcom boot + cp $(FIRMWARE_SRC)/boot/COPYING.linux boot $(IMAGEGZ): $(KERNEL_SRC) cp -f pi3.config $(KERNEL_SRC)/.config