From 8327c706d6d91ed12c6419dbfcb8cdd8c3621002 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 16 Oct 2023 14:16:09 +0200 Subject: [PATCH] EXTRA_DEPENDS with comma and space So with the commas only, it installed without complaining. Which is weird, because what does it recognise as dependency that it think is fulfilled? The long name with all the commas? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95d99a3..6cd13db 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk define Package/blue-merle SECTION:=utils CATEGORY:=Utilities - EXTRA_DEPENDS:=luci-base,gl-sdk4-mcu,bash,coreutils-shred,python3,python3-pyserial,patch + EXTRA_DEPENDS:=luci-base, gl-sdk4-mcu, bash, coreutils-shred, python3, python3-pyserial, patch TITLE:=Anonymity Enhancements for GL-E750 Mudi endef