From 2888b80f6aa08c7184a59a9b877f3a2a1d867edd Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Sat, 5 Oct 2024 23:14:30 -0400 Subject: [PATCH] make: fix subsystems menuconfigs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 787dc3ef2..6c82b7845 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ br-%-dirclean: $(OUTPUT_DIR)/target # \ sed -i /^$(subst -dirclean,,$(subst br-,,$@))/d $(OUTPUT_DIR)/build/packages-file-list.txt -br-%: +br-%: defconfig $(BR2_MAKE) $(subst br-,,$@) buildroot/Makefile: