From 7531d2b691addfd8b8af099224c768ba49ba93a1 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 16 Oct 2023 13:57:26 +0200 Subject: [PATCH] encode dependencies with commas The intention is to have the system recognise our dependencies and to reject installation if the dependencies are not met. Better yet, have it install the dependencies! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f676f99..158123b 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