From 5d8c632c614f188a28265a6e3abf2986e3d72bcc Mon Sep 17 00:00:00 2001 From: Gabriel Lima Date: Sat, 28 Mar 2026 14:31:06 -0300 Subject: [PATCH] Correct defconfig name in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a390258..74c448f 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CONFIG_EXISTS := $(wildcard $(OUTPUT_DIR)/.config) all: ifeq ($(CONFIG_EXISTS),) @echo "No .config found. Load a defconfig first, e.g.:" - @echo " make rpi_common_test_defconfig" + @echo " make raspberrypi_common_defconfig" @exit 1 endif $(MAKE) -C $(BUILDROOT_DIR) BR2_EXTERNAL=$(BR2_EXTERNAL) O=$(OUTPUT_DIR)