From 928d4360ca7620ec942b7e9dbdaf0d5b370cdf76 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 28 Aug 2023 10:41:13 +0200 Subject: [PATCH] depend on gl-ui and gl-e750-mcu because we modify those packages We do need the MCU package and we modify the web UI so let's actually depend on the relevant packages. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d7885fd..50590b0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=blue-merle -PKG_VERSION:=1.0.3 +PKG_VERSION:=1.1.0 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Matthias @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk define Package/blue-merle SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+bash +coreutils-shred +python3 +python3-pyserial +patch + DEPENDS:=gl-ui gl-e750-mcu +bash +coreutils-shred +python3 +python3-pyserial +patch TITLE:=Anonymity Enhancements for GL-E750 Mudi endef